finish database, udp pool

This commit is contained in:
2025-03-22 21:50:56 +08:00
parent 53eeac5272
commit 12caccd2ca
11 changed files with 395 additions and 5 deletions

View File

@@ -15,6 +15,12 @@
default = pkgs.mkShell {
packages = with pkgs; [
bun
sqlite
sqls
dbeaver-bin
# LSP
typescript-language-server
];
shellHook = ''
export PATH=$PATH:$HOME/.bun/bin