Skip to content
forked from ts-safeql/safeql

Validate and auto-generate TypeScript types from raw SQL queries in PostgreSQL.

License

Notifications You must be signed in to change notification settings

maruware/safeql

 
 

Repository files navigation

SafeQL - Automatic Type Inference & Validation for PostgreSQL Queries • Get started

npm version

demo.mp4

Features

  • ⚡️ Automatic Type Inference & Validation:

    SafeQL automatically infers the type of the query result based on the query itself.

  • 🖖 Compatible With Popular SQL Libraries:

    SafeQL works with any PostgreSQL client, including Prisma, Sequelize, pg, Postgres.js, and more.

  • 🛠️ Easy To Use

    SafeQL was built in mind to be easy to use and integrate with your existing codebase.

  • 📦 Built with Monorepos & Microservices in mind:

    SafeQL was built with monorepos and microservices in mind, and it's easy to use with multiple databases.

Install

I would first recommend follow the instructions in the documentation.

npm install --save-dev @ts-safeql/eslint-plugin libpg-query

Limitations

Since libpg-query doesn't seem to support Windows, the only way to make SafeQL work on Windows is by using WSL2 (see issue).

About

Validate and auto-generate TypeScript types from raw SQL queries in PostgreSQL.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%