awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 dépôts

Awesome GitHub RepositoriesRow Insertions

Adding new records to database tables via SQL commands.

Distinct from Row Insertion: The candidates are either focused on UI-based insertion or highly specialized hierarchical/default insertions; a general SQL row insertion tag is needed.

Explore 11 awesome GitHub repositories matching data & databases · Row Insertions. Refine with filters or upvote what's useful.

Awesome Row Insertions GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • felixge/node-mysqlAvatar de felixge

    felixge/node-mysql

    18,621Voir sur GitHub↗

    This project is a pure JavaScript database driver for Node.js that implements the native MySQL binary protocol. It serves as a comprehensive connector for managing persistent network links to MySQL servers, enabling applications to execute queries, manage transactions, and handle complex data operations without requiring external middleware. The driver distinguishes itself through its integrated support for connection pooling and distributed database routing. It maintains managed sets of reusable network sockets to optimize resource usage under high request volumes, while simultaneously provi

    Fetches auto-incremented primary key values generated by recent insert operations, including support for large numeric types.

    JavaScript
    Voir sur GitHub↗18,621
  • erikgrinaker/toydbAvatar de erikgrinaker

    erikgrinaker/toydb

    7,251Voir sur GitHub↗

    ToyDB is a distributed SQL database that provides a system for storing and querying data across multiple nodes. It focuses on maintaining strong consistency and fault tolerance through the implementation of a distributed consensus algorithm. The project distinguishes itself by supporting historical data versioning, enabling time-travel queries to retrieve the state of the database from a specific point in the past. It utilizes multi-version concurrency control to manage ACID transactions and ensure data integrity during concurrent operations. The system covers relational data modeling with t

    Provides the ability to add new records to tables using standard SQL insert operations.

    Rust
    Voir sur GitHub↗7,251
  • greptimeteam/greptimedbAvatar de GreptimeTeam

    GreptimeTeam/greptimedb

    5,968Voir sur GitHub↗

    GreptimeDB is a distributed, open-source time-series database built for unified observability. It stores and queries metrics, logs, and traces together in a single columnar engine, supporting both SQL and PromQL for analysis. The database is designed as a Kubernetes-native operator with a decoupled compute and storage architecture, enabling horizontal scaling and multi-region deployment. What distinguishes GreptimeDB is its role as a multi-protocol ingestion gateway, accepting data through OpenTelemetry, Prometheus Remote Write, InfluxDB, Loki, Elasticsearch, Kafka, and MQTT protocols without

    GreptimeDB executes SQL statements to create tables and insert rows directly into the database.

    Rustanalyticscloud-nativedatabase
    Voir sur GitHub↗5,968
  • go-pg/pgAvatar de go-pg

    go-pg/pg

    5,785Voir sur GitHub↗

    pg is a PostgreSQL object-relational mapper (ORM) for Go that maps Go structs to database tables and provides a fluent query builder for constructing SQL statements programmatically. At its core, it automatically generates CREATE TABLE statements from Go struct definitions using struct tags and naming conventions, and builds queries through method chaining with placeholder-based parameter binding to prevent SQL injection. The library distinguishes itself through relation-aware join generation that automatically constructs JOIN clauses for has-one, has-many, many-to-many, and polymorphic assoc

    Inserts rows produced by a SELECT query using a WITH clause.

    Go
    Voir sur GitHub↗5,785
  • alibaba/alisqlAvatar de alibaba

    alibaba/AliSQL

    5,706Voir sur GitHub↗

    AliSQL is a fork of MySQL by Alibaba that extends the relational database management system with enhancements for high performance, scalability, and enterprise-grade availability. It retains the core MySQL identity as a SQL-based database for storing, organizing, and retrieving structured data, while adding optimizations for large-scale transactional and analytical workloads. The project differentiates itself through a set of Alibaba-specific improvements, including a columnar engine for accelerating analytical queries directly on MySQL tables, and a distributed, shared-nothing NDB Cluster en

    Adds new records to database tables with specified column values via SQL commands.

    C++alisqldatabaseduckdb
    Voir sur GitHub↗5,706
  • h2database/h2databaseAvatar de h2database

    h2database/h2database

    4,607Voir sur GitHub↗

    H2 is a JDBC-compliant relational database management system written in Java. It functions as an embeddable SQL database that can run directly within an application process to remove network latency, or as an in-memory database for high-performance volatile storage. It also includes a web-based console for executing SQL commands and administering schemas. The system is characterized by its flexible deployment modes, including a standalone server mode for remote TCP/IP access and a mixed mode for simultaneous local and remote connectivity. It features a dialect emulation layer and compatibilit

    Enables the addition of new records to tables, including the ability to pipe results from other queries.

    Javadatabasejavajdbc
    Voir sur GitHub↗4,607
  • infiniflow/infinityAvatar de infiniflow

    infiniflow/infinity

    4,570Voir sur GitHub↗

    Infinity is a distributed vector database and multimodal vector store designed to manage large-scale datasets for retrieval and similarity search. It serves as a backend for large language model applications and retrieval augmented generation pipelines by storing and retrieving dense vectors, sparse vectors, and full-text data. The system functions as a hybrid search engine, combining vector embeddings and full-text search with reranking algorithms to identify the most relevant documents. It supports multimodal data storage, allowing the maintenance of diverse data types including tensors, st

    Inserts, updates, and deletes rows of data within specified tables to maintain current records.

    C++ai-nativeapproximate-nearest-neighbor-searchbm25
    Voir sur GitHub↗4,570
  • datlechin/tableproAvatar de datlechin

    datlechin/TablePro

    4,471Voir sur GitHub↗

    TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features

    Adds single or multiple rows to a database table using system-level intents, share sheets, or voice commands without opening the application.

    Swift
    Voir sur GitHub↗4,471
  • dotnetcore/freesqlAvatar de dotnetcore

    dotnetcore/FreeSql

    4,388Voir sur GitHub↗

    FreeSql is a .NET object-relational mapper and data access layer that translates object-oriented code into SQL for multiple relational database providers. It functions as a fluent SQL query builder and database schema synchronizer, allowing developers to align database table and index structures with entity class definitions. The framework is specifically optimized for .NET Native AOT to ensure reduced memory footprints and faster startup times. It includes a database traffic manager to distribute load through read-write splitting, dynamic table sharding, and tenant-based data isolation. Bro

    Copies data from one table to another by executing an insert based on select results.

    C#accessclickhousecodefirst
    Voir sur GitHub↗4,388
  • oceanbase/miniobAvatar de oceanbase

    oceanbase/miniob

    4,318Voir sur GitHub↗

    MiniOB is an open-source educational relational database kernel designed for learning the internals of database systems. It implements a dual-engine storage architecture combining B+ Tree and LSM-Tree, supports SQL parsing and query execution, and provides transactional processing with multi-version concurrency control. The system communicates with clients using the MySQL wire protocol and includes a vector database extension for storing and querying high-dimensional vectors. The project distinguishes itself through its comprehensive coverage of core database concepts in a single, learnable c

    Supports inserting rows through updatable views that map to a single base table.

    C++classroomcplusplusdatabase
    Voir sur GitHub↗4,318
  • simolus3/driftAvatar de simolus3

    simolus3/drift

    3,231Voir sur GitHub↗

    Drift is a type-safe SQL persistence library and relational mapper that provides a structured way to map database tables to classes and execute SQL queries with build-time validation. It functions as a type-safe query builder and a wrapper for SQLite and PostgreSQL, eliminating manual result set parsing by binding query outputs to native objects. The project distinguishes itself through a build-time code generation system that produces type-safe APIs and validates raw SQL statements against database versions before execution. It features reactive query streaming, which transforms SQL queries

    Provides a mechanism to insert new records or update existing ones when a uniqueness conflict occurs.

    Dartdartdart-build-systemflutter
    Voir sur GitHub↗3,231
  1. Home
  2. Data & Databases
  3. Row Insertions

Explorer les sous-tags

  • Companion-Based InsertionsUsing specialized companion objects to insert rows while distinguishing between required and optional fields. **Distinct from Row Insertions:** Focuses on the 'companion' pattern for type-safe field enforcement, whereas the parent is general SQL row insertion.
  • Returning Inserted RowsOperations that return the newly created record, including generated IDs, immediately after an insertion. **Distinct from Row Insertions:** Distinct from general Row Insertions by focusing on the immediate retrieval of the resulting row.
  • Select-Based InsertionsInserts rows produced by a SELECT query using a WITH clause. **Distinct from Row Insertions:** Distinct from Row Insertions: inserts rows from a SELECT query result rather than from literal values.
  • Shortcut-DrivenAdding new records to database tables via system-level intents or automation shortcuts. **Distinct from Row Insertions:** Distinct from Row Insertions: focuses on system-level automation triggers rather than direct SQL command execution.
  • UpsertionsPerforming atomic insert-or-update operations to handle uniqueness conflicts. **Distinct from Row Insertions:** Distinct from general Row Insertions: specifically handles the update-on-conflict logic.
  • ViewAdding new rows to a view when the operation maps unambiguously to a single base table with writable columns. **Distinct from Row Insertions:** Distinct from Row Insertions: inserts through a view layer rather than directly into a base table.