schemats icon indicating copy to clipboard operation
schemats copied to clipboard

check out SQLx-ts as a replacement to schemats

Open JasonShin opened this issue 2 years ago • 0 comments

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

JasonShin avatar Aug 13 '23 03:08 JasonShin