1 مستودع
Database integrations that provide automatic type checking for queries and schemas.
Distinct from PostgreSQL Integrations: Distinct from PostgreSQL Integrations by focusing specifically on the type-safety and schema verification layer.
Explore 1 awesome GitHub repository matching data & databases · Type-Safe Integrations. Refine with filters or upvote what's useful.
Slonik is a type-safe PostgreSQL client for Node.js that uses tagged template literals to ensure parameters are bound and protected against injection attacks. It provides a framework for connecting applications to PostgreSQL with automatic type checking for queries and database schemas. The project distinguishes itself through a specialized SQL query linter that detects invalid columns and type mismatches by verifying code against a live database schema during the development process. It also includes a high-performance binary bulk data inserter for loading large datasets using native binary
Connects Node.js applications to PostgreSQL with automatic type checking for queries and database schemas.