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
·
awesome-repositories.comBlog
Catégories

5 dépôts

Awesome GitHub RepositoriesData Modification Interfaces

Methods for updating and altering existing records within database tables.

Distinguishing note: Focuses on row-level updates and filtering logic rather than bulk ingestion or schema creation.

Explore 5 awesome GitHub repositories matching data & databases · Data Modification Interfaces. Refine with filters or upvote what's useful.

Awesome Data Modification Interfaces 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.
  • duckdb/duckdbAvatar de duckdb

    duckdb/duckdb

    38,805Voir sur 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

    Allows modification of existing records by applying arithmetic or value changes to rows meeting defined criteria.

    C++analyticsdatabaseembedded-database
    Voir sur GitHub↗38,805
  • beekeeper-studio/beekeeper-studioAvatar de beekeeper-studio

    beekeeper-studio/beekeeper-studio

    22,030Voir sur GitHub↗

    Beekeeper Studio is a cross-platform desktop application designed for database management and SQL development. It provides a unified graphical interface to connect to, query, and modify data across a wide range of relational and NoSQL database systems. The application functions as a comprehensive workspace, integrating tools for schema design, record editing, and data visualization. The project distinguishes itself through a focus on secure, flexible connectivity and AI-assisted workflows. It supports advanced authentication methods, including enterprise single sign-on, multi-factor authentic

    Updates table data through a spreadsheet-like interface that automatically generates and executes SQL commands.

    TypeScriptbigquerycassandracockroachdb
    Voir sur GitHub↗22,030
  • prestodb/prestoAvatar de prestodb

    prestodb/presto

    16,711Voir sur GitHub↗

    Presto is a distributed SQL query engine designed for high-performance analytical processing across heterogeneous data sources. It functions as a data federation platform and massively parallel processing engine, allowing users to execute interactive queries against diverse storage systems without requiring data migration. By mapping remote metadata and structures to a unified relational namespace, it enables seamless cross-platform analysis through a standard SQL interface. The engine distinguishes itself through a pluggable connector architecture and a shared-nothing distributed processing

    Performs read, insert, update, and delete operations on tables using standard SQL syntax.

    Javabig-datadatahadoop
    Voir sur GitHub↗16,711
  • sqlalchemy/sqlalchemyAvatar de sqlalchemy

    sqlalchemy/sqlalchemy

    11,612Voir sur GitHub↗

    SQLAlchemy is a comprehensive Python SQL toolkit and object-relational mapper that provides a full suite of tools for interacting with relational databases. It serves as a foundational layer for database connectivity, offering both a high-level object-oriented interface for data persistence and a programmatic SQL expression language for constructing complex, dialect-agnostic queries. The project distinguishes itself through its sophisticated unit of work persistence, which coordinates atomic transactions and tracks object state changes to minimize redundant database operations. It provides a

    Performs insert, update, and delete operations on database records using a unified interface that abstracts underlying SQL syntax.

    Pythonpythonsqlsqlalchemy
    Voir sur GitHub↗11,612
  • a16z-infra/ai-townAvatar de a16z-infra

    a16z-infra/ai-town

    9,285Voir sur GitHub↗

    AI Town is a TypeScript-based simulation engine used to create virtual environments where autonomous characters interact and socialize. It functions as a framework for orchestrating multiple AI agents within a persistent digital world, utilizing language models and a game engine to drive character behavior and social interactions. The project differentiates itself through a dedicated agent sandbox and a vector database agent store, which allow for the management of agent memories and world state. It integrates generative AI for background music and provides tools for simulation world design,

    Provides interfaces for modifying existing database records through backend business logic.

    TypeScript
    Voir sur GitHub↗9,285
  1. Home
  2. Data & Databases
  3. Data Modification Interfaces