atdatabases
SQL query safeguard
Prevents SQL Injection attacks by enforcing the use of typed template literals in database queries.
TypeScript clients for databases that prevent SQL Injection
608 stars
6 watching
47 forks
Language: TypeScript
last commit: 11 days ago
Linked from 1 awesome list
databasesexpojavascriptmysqlnodejspostgrespromisessqlsqlitetypescript
Related projects:
Repository | Description | Stars |
---|---|---|
haltcase/trilogy | A TypeScript-based wrapper around SQLite databases with support for multiple backends and a simple Promise-based API. | 264 |
motrboat/hotcoal | Protects against SQL injection by validating and sanitizing user input in handcrafted SQL queries. | 19 |
fsprojects/rezoom.sql | A statically typed SQL compiler and type provider for F# | 669 |
fsprojects/fsharp.data.sqlclient | Provides F# type providers for accessing MS SQL database objects in a statically typed manner | 204 |
sweetiq/schemats | Automates the generation of TypeScript interface definitions from relational databases | 1,037 |
swifql/swifql | A Swift framework for building type-safe, extensible SQL queries | 295 |
jasonshin/sqlx-ts | Tool for compile-time checked queries with type generation | 185 |
fsprojects/sqlprovider | A general .NET/Mono SQL database type provider with support for LINQ queries and CRUD operations. | 580 |
dropbox/sqlalchemy-stubs | Provides type stubs and plugins to improve static typing for SQLAlchemy-based applications | 572 |
tommylemon/sqlauto | Automates testing of SQL queries against various databases by generating test data and parameters | 50 |
snooc/sql-tags | ES6 template string functions for generating parameterized SQL query strings | 1 |
sequencework/sql | A library that enables writing and executing SQL queries in JavaScript template literals | 31 |
evidence-dev/sqltools-bigquery-driver | An extension for VSCode to connect and query Google BigQuery databases. | 40 |
bokwoon95/go-structured-query | Automates the creation and execution of SQL queries to simplify data access and mapping | 197 |
payloadbox/sql-injection-payload-list | Provides a comprehensive list of SQL injection payloads and techniques | 5,000 |