1 مستودع
High-performance record insertions using native binary serialization to optimize throughput.
Distinct from Bulk Record Insertions: Distinct from Bulk Record Insertions: focuses specifically on the binary serialization format for speed, not just batching queries.
Explore 1 awesome GitHub repository matching data & databases · Binary Format Insertions. 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
Offers high-speed loading of large datasets using native binary serialization for optimized PostgreSQL insertion.