0.1.3 • Published 6 months ago
@gekorm/kysely-tables v0.1.3
kysely-tables
Use the same Kysely types for your SQL table schema, migrations and queries.
- No need for an intermediary schema defining API or schema language.
- No need to connect to the database to retrieve the schema structure.
- No need to bloat your setup mixing multiple database libraries.
Your Kysely types become the single source of truth for your CREATE TABLE statements.
And also for creating and running migrations, very much like Prisma and Drizzle.
See the full README on GitHub.
License
MIT