|
|
|
|
|
by throwaway858
1467 days ago
|
|
Here is another TypeScript library for validating types of SQL queries: https://github.com/MedFlyt/mfsqlchecker It uses the actual PostgreSQL parser against your project's database schema to give 100% accurate results. Guarantees that all of your queries are valid, and that all input and output types are correct (and will also auto-generate/quickfix the output types for you in VSCode) |
|