feat(db): sqlite in worker (not working right now)

This commit is contained in:
Samuel 2025-01-20 17:00:57 +01:00
parent 0e1eed664d
commit c9aaf2ecef
12 changed files with 467 additions and 56 deletions

View file

@ -1,2 +1,2 @@
export * from "./db";
export { kyselyDb, SELF_ID } from "./db";
export * from "./db-queries";