sqlx-ts
Query validator
Tool for compile-time checked queries with type generation
node.js compile-time SQL validations & type generations
185 stars
5 watching
6 forks
Language: Rust
last commit: 3 months ago
Linked from 1 awesome list
mysqlnodejspostgresqlrustsqlsqlxtypescript
Related projects:
Repository | Description | Stars |
---|---|---|
thoughtspile/banditypes | A lightweight validation library that checks data conforms to TypeScript types at runtime. | 168 |
code-hex/graphql-codegen-typescript-validation-schema | Tools to generate form validation schema from GraphQL schemas | 315 |
tatut/specql | A Clojure library that generates and executes common PostgreSQL queries with minimal boilerplate code. | 132 |
johngeorgewright/runtyping | Tool for generating runtime validation from static types and JSON schema | 45 |
theseus-rs/rsql | A command-line interface for interacting with various relational databases | 127 |
zbarnes757/jeaux | A validation framework for HTTP request parameters and queries | 13 |
seaql/sea-query | A query builder to help construct dynamic SQL queries in Rust. | 1,195 |
sweetiq/schemats | Automates the generation of TypeScript interface definitions from relational databases | 1,037 |
sqlancer/sqlancer | Automated testing tool to identify logic and performance issues in databases | 1,498 |
tommylemon/sqlauto | Automates testing of SQL queries against various databases by generating test data and parameters | 50 |
jamesots/sqljocky | A MySQL connector written in Dart that enables basic SQL operations on the server. | 20 |
rileytomasek/zodix | Utilities for parsing and validating parameters and form data in Remix applications | 362 |
mobxjs/mst-gql | Simplifies integration of GraphQL and mobx-state-tree by automatically generating types and code | 684 |
forbeslindesay/atdatabases | Prevents SQL Injection attacks by enforcing the use of typed template literals in database queries. | 608 |
jakewheat/hssqlppp | A Haskell implementation of a parser and type checker for a subset of the PostgreSQL dialect of SQL. | 108 |