awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesDeclarative Data Seeding

Management of initial database records using a desired-state configuration approach.

Distinct from Data Seeding Utilities: Uses a declarative diff-and-sync approach rather than simple imperative population scripts.

Explore 3 awesome GitHub repositories matching data & databases · Declarative Data Seeding. Refine with filters or upvote what's useful.

Awesome Declarative Data Seeding GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • microsoft/sql-server-samplesAvatar von microsoft

    microsoft/sql-server-samples

    11,122Auf GitHub ansehen↗

    This is a reference implementation library providing a collection of code samples, Transact-SQL scripts, and schemas for SQL Server, Azure SQL, and Azure Synapse. It focuses on providing standardized implementation patterns and reference code for building relational databases and cloud data warehouses. The library distinguishes itself by offering specialized guides and examples for deploying database instances within containerized environments and Azure cloud services. It includes specific reference databases and language extensions for integrating machine learning services and advanced analy

    Provides pre-defined table structures and data scripts to instantiate reproducible environments for demonstrations.

    Auf GitHub ansehen↗11,122
  • ariga/atlasAvatar von ariga

    ariga/atlas

    8,096Auf GitHub ansehen↗

    Atlas is a SQL database schema management tool and database infrastructure as code framework. It provides a declarative database migration engine that computes the difference between a desired schema state and the current database state to automatically generate the necessary SQL for transitions. The project distinguishes itself through a comprehensive suite of analysis and visualization tools, including a database schema linter that detects destructive changes and data loss risks. It also features a SQL schema visualization tool capable of generating entity-relationship diagrams from extract

    Controls lookup table rows and seed data declaratively by computing minimal diffs.

    Go
    Auf GitHub ansehen↗8,096
  • bknd-io/bkndAvatar von bknd-io

    bknd-io/bknd

    3,726Auf GitHub ansehen↗

    bknd is a self-hosted backend-as-a-service platform and serverless backend framework that provides an integrated environment for managing databases, authentication, and file storage. It functions as a headless CMS and a portable API engine designed to run across various JavaScript runtimes, including Node.js, Bun, Cloudflare Workers, and AWS Lambda. The project distinguishes itself through a combination of schema-driven API generation and a built-in database management UI. It enables the definition of data structures either programmatically via a type-safe API or visually through an administr

    Includes utilities to populate the database with starting records during application boot or via manual commands.

    TypeScript
    Auf GitHub ansehen↗3,726
  1. Home
  2. Data & Databases
  3. Data Seeding Utilities
  4. Declarative Data Seeding