awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesBinary Format Insertions

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.

Awesome Binary Format Insertions GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • gajus/slonikالصورة الرمزية لـ gajus

    gajus/slonik

    4,910عرض على GitHub↗

    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.

    TypeScript
    عرض على GitHub↗4,910
  1. Home
  2. Data & Databases
  3. Record Insertion
  4. Bulk Record Insertions
  5. Binary Format Insertions