Opinionated Cloudflare D1 + Kysely toolkit.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
24.10.130.28.115.9.31.2.04.0.18>=0.27.0>=1.0.040
commits
feat: snapshot rename (schema.json), schema.sql generation, optional diff name (v0.7.0)
e77050aView on GitHubfix: Object.keys instead of Object.entries to avoid unknown type in TS 5.9
8152a0aView on GitHubfeat: JSON column deserialization on read + queryBatch serialize fix (v0.6.2)
3d19c3fView on GitHubfeat: add InferDB<Tables> utility type + update README for v0.6.0
8d794fcView on GitHubfeat: foreign key support with PRAGMA foreign_keys = ON, DROP INDEX IF EXISTS
b57cd64View on GitHubfeat: make db/ default dir, export db instance from schema.ts, clean up readme
7bef50eView on GitHubfeat: declarative schema-first workflow with schema:diff command
3e0a5a3View on GitHubAdd col.json<T>(overrideType?) string override for kysely-codegen
041a296View on GitHubMake col.json() generic with type propagation through defineTable
be591d3View on GitHubAdd better-sqlite3 dependency, document DATABASE_URL for typegen, bump 0.4.0
d55988dView on GitHub