awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Record Insertion · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesRecord Insertion

Standard interfaces for adding individual data records to tables.

Distinguishing note: Focuses on standard SQL row-level insertion rather than bulk ingestion.

Explore 2 awesome GitHub repositories matching data & databases · Record Insertion. Refine with filters or upvote what's useful.

  1. Home
  2. Data & Databases
  3. Record Insertion

Awesome Record Insertion GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • typeorm/typeorm

    typeorm/typeorm

    36,329View on GitHub↗

    TypeORM is an object-relational mapper for TypeScript and JavaScript that bridges the gap between object-oriented application code and relational database tables. It provides a comprehensive data persistence layer that allows developers to define database entities using class decorators or configuration objects, enabling seamless interaction with data through object-oriented patterns. The project distinguishes itself through a flexible architecture that supports both the data mapper and repository patterns, alongside a fluent query builder that translates high-level method calls into platform

    Adds single or multiple rows to database tables using a fluent builder interface.

    TypeScriptactive-recordcockroachdbdata-mapper
    36,329View on GitHub↗
  • duckdb/duckdb

    duckdb/duckdb

    36,196View on GitHub↗

    DuckDB is an in-process analytical database engine designed to run directly within an application process. As a zero-dependency, embedded system, it provides enterprise-grade SQL data processing capabilities without the overhead of managing a dedicated database server. It is built to handle complex analytical and aggregation tasks by storing and retrieving information in columns, allowing for high-performance relational data manipulation. The engine distinguishes itself through a columnar vectorized execution model that maximizes CPU cache efficiency during query operations. It employs adapti

    Supports standard SQL statements for adding individual records to tables for quick prototyping.

    C++analyticsdatabaseembedded-database
    36,196View on GitHub↗