Simplify database interfaces, make tests use pglite

This commit is contained in:
Alex Gleason
2024-09-11 11:48:31 -05:00
parent dc8d09a9da
commit f3ae200833
25 changed files with 117 additions and 193 deletions

View File

@@ -18,6 +18,6 @@ try {
}
const store = await Storages.db();
const kysely = await DittoDB.getInstance();
const { kysely } = await DittoDB.getInstance();
await refreshAuthorStats({ pubkey, kysely, store });