schemats
schemats copied to clipboard
check out SQLx-ts as a replacement to schemats
Hello everyone, I've recently come across this project, but unfortunately, I've quickly realised that the project is no longer maintained.
I've built a new project called sqlx-ts https://github.com/JasonShin/sqlx-ts and it does what schemats does + extra
Check the official doc https://jasonshin.github.io/sqlx-ts/
- compile time raw query validation (works on both JS and TS)
- generates typescript type definitions
- works on both MySQL and Postgres (can be extended to support more)
- performance guaranteed with Rust core (mutli-threaded)
In addition
sqlx-ts can parse sqls directly from your source code as well