awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lerocha avatar

lerocha/chinook-database

0
View on GitHub↗
2,544 نجوم·726 تفرعات·TSQL·5 مشاهدات

Chinook Database

This project is a relational SQL sample database and synthetic testing dataset. It provides a standardized data model of a fictional digital media store, encompassing business entities such as artists, albums, tracks, customers, and invoices.

The dataset is designed as a cross-dialect SQL collection, using compatible scripts to ensure consistent data seeding and environment parity across different database server engines. It combines imported metadata with fictitious personal details to create realistic records for software prototyping and demonstrations.

The project covers capabilities for relational schema modeling and the generation of sample datasets. These resources are used to validate database query results, verify relational mapping logic, and test object-relational mapping tooling.

Features

  • Sample Databases - Provides a comprehensive sample database and dataset for software prototyping and demonstrations.
  • Relational Test Datasets - Combines real-world metadata with fictitious details to create realistic relational datasets for testing.
  • Relational Testing Datasets - Provides realistic mock records and relational mappings to validate database query results.
  • Entity Relationship Models - Defines a standardized set of entities and relationships representing a digital media store.
  • Relational Data Modeling - Implements a relational data model representing artists, albums, tracks, customers, and invoices.
  • SQL Dialect Adapters - Provides SQL scripts designed to be compatible across multiple different database server engines.
  • Cross-Dialect Datasets - Ships a collection of database scripts compatible with multiple SQL engines for consistent data seeding.
  • SQL Sample Databases - Provides a fictional media store relational dataset for testing SQL queries and schemas.
  • Synthetic Dataset Generation - Generates realistic database content based on a media store schema for software prototyping.
  • Data Seeding Utilities - Includes utilities to populate database instances with consistent records for testing and demonstrations.
  • Reference Data Population - Ships with a complete set of standardized reference records within the deployment scripts.
  • Dialect Transformers - Populates identical datasets across different SQL server types to maintain environment parity.
  • Public Data APIs - Sample SQL database for teaching and testing.

سجل النجوم

مخطط تاريخ النجوم لـ lerocha/chinook-databaseمخطط تاريخ النجوم لـ lerocha/chinook-database

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Chinook Database

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Chinook Database.
  • dotnet/efcoreالصورة الرمزية لـ dotnet

    dotnet/efcore

    14,587عرض على GitHub↗

    Entity Framework Core is an object-relational mapper that enables developers to interact with database systems using strongly-typed code. It serves as a comprehensive data access framework, providing a unified interface for mapping application objects to relational and non-relational database schemas while managing the lifecycle of data operations through a central context. The project distinguishes itself through a provider-based architecture that decouples core data access logic from specific database engines, allowing for consistent interaction across diverse storage systems. It features a

    C#aspnet-productc-sharpdatabase
    عرض على GitHub↗14,587
  • microsoft/sql-server-samplesالصورة الرمزية لـ microsoft

    microsoft/sql-server-samples

    11,122عرض على 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

    عرض على GitHub↗11,122
  • knex/knexالصورة الرمزية لـ knex

    knex/knex

    20,300عرض على GitHub↗

    Knex is a multi-dialect database client that provides a programmatic SQL query builder, a connection pool manager, and a versioned schema migration tool. It enables programmatic database interaction across multiple SQL engines, including PostgreSQL, MySQL, SQLite3, SQL Server, CockroachDB, and Oracle. The project distinguishes itself through a fluent interface for constructing complex SQL statements and a dedicated framework for database seeding. It utilizes specialized dialects to translate generic query representations into database-specific syntax while maintaining a consistent API across

    JavaScript
    عرض على GitHub↗20,300
  • jooq/jooqالصورة الرمزية لـ jOOQ

    jOOQ/jOOQ

    6,666عرض على GitHub↗

    jOOQ is a type-safe SQL query builder for Java that generates code from live database schemas, enabling compile-time validation of SQL syntax and data types. Its core identity is built around a fluent DSL that mirrors SQL structure, a code generator that maps tables, views, and routines to Java objects, and a multi-dialect engine that translates the same DSL into vendor-specific SQL for over 30 databases. The project also includes a SQL parser and transformer for refactoring or dialect conversion, reactive stream integration for non-blocking query execution, and a JDBC proxy diagnostics tool f

    Javacode-generatordatabasedb2
    عرض على GitHub↗6,666
عرض جميع البدائل الـ 30 لـ Chinook Database→

الأسئلة الشائعة

ما هي وظيفة lerocha/chinook-database؟

This project is a relational SQL sample database and synthetic testing dataset. It provides a standardized data model of a fictional digital media store, encompassing business entities such as artists, albums, tracks, customers, and invoices.

ما هي الميزات الرئيسية لـ lerocha/chinook-database؟

الميزات الرئيسية لـ lerocha/chinook-database هي: Sample Databases, Relational Test Datasets, Relational Testing Datasets, Entity Relationship Models, Relational Data Modeling, SQL Dialect Adapters, Cross-Dialect Datasets, SQL Sample Databases.

ما هي البدائل مفتوحة المصدر لـ lerocha/chinook-database؟

تشمل البدائل مفتوحة المصدر لـ lerocha/chinook-database: dotnet/efcore — Entity Framework Core is an object-relational mapper that enables developers to interact with database systems using… microsoft/sql-server-samples — This is a reference implementation library providing a collection of code samples, Transact-SQL scripts, and schemas… knex/knex — Knex is a multi-dialect database client that provides a programmatic SQL query builder, a connection pool manager, and… jooq/jooq — jOOQ is a type-safe SQL query builder for Java that generates code from live database schemas, enabling compile-time… mybatis-flex/mybatis-flex — MyBatis-Flex is an object-relational mapping framework for Java that extends MyBatis with a fluent API and automated… wasp-lang/wasp — Wasp is a declarative full-stack web framework that enables developers to build and deploy applications by defining…