awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • microsoft/sql-server-samplesAvatar de microsoft

    microsoft/sql-server-samples

    11,122Ver en GitHub↗

    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.

    Ver en GitHub↗11,122
  • ariga/atlasAvatar de ariga

    ariga/atlas

    8,096Ver en GitHub↗

    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
    Ver en GitHub↗8,096
  • bknd-io/bkndAvatar de bknd-io

    bknd-io/bknd

    3,726Ver en GitHub↗

    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
    Ver en GitHub↗3,726
  1. Home
  2. Data & Databases
  3. Data Seeding Utilities
  4. Declarative Data Seeding