This website requires JavaScript.
Explore
Help
Sign in
ake
/
paperclip
Watch
1
Star
0
Fork
You've already forked paperclip
0
mirror of
https://github.com/alkimake/paperclip.git
synced
2026-06-16 19:00:38 +09:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
4bc8e8baa9
paperclip
/
packages
/
db
/
src
/
index.ts
3 lines
100 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add embedded PGlite support as zero-config database option Add @electric-sql/pglite so the server can run without an external Postgres instance. When DATABASE_URL is not set, the server auto-creates an embedded PGlite database in ./data/pglite with schema push on startup. - Add createPgliteDb() alongside the existing createDb() - Make DATABASE_URL optional in server config - Update drizzle config to glob schema files - Update migrate script to support both Postgres and PGlite - Add data/ to .gitignore for local PGlite storage Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 19:07:37 -06:00
export
{
createDb
,
createPgliteDb
,
type
Db
}
from
"./client.js"
;
Add database package with Drizzle schema Postgres schema via Drizzle ORM for agents, goals, issues, projects, and activity log tables. Includes migration runner, seed script, and Drizzle config. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 13:31:52 -06:00
export
*
from
"./schema/index.js"
;
Reference in a new issue
Copy permalink