Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
fix: drop pgsql for gateway and use better-sqlite for session
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Feb 22, 2024
1 parent 4d7cae6 commit f2985f6
Show file tree
Hide file tree
Showing 15 changed files with 306 additions and 116 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,6 @@ dist
.pnp.*

# turbo cache
.turbo
.turbo

storage
3 changes: 0 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,5 @@
"pg": "^8.11.3",
"postgres": "^3.4.3",
"tslib": "^2.6.2"
},
"optionalDependencies": {
"ioredis": "^5.3.2"
}
}
203 changes: 123 additions & 80 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion services/kanao-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"author": "KagChi",
"license": "GPL-3.0",
"optionalDependencies": {
"ioredis": "^5.3.2",
"pino-loki": "^2.2.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit f2985f6

Please sign in to comment.