Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check out SQLx-ts as a replacement to schemats #131

Open
JasonShin opened this issue Aug 13, 2023 · 0 comments
Open

check out SQLx-ts as a replacement to schemats #131

JasonShin opened this issue Aug 13, 2023 · 0 comments

Comments

@JasonShin
Copy link

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 JasonShin changed the title Check out sqlx-ts as a replacement to schemats check out SQLx-ts as a replacement to schemats Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant