2 Repos
Importing shared table and query definitions across multiple files to maintain a modular database architecture.
Distinct from Shared Dataset Definitions: Concerns the architectural organization of shared SQL definitions across files, distinct from data-level sharing (mt1) or dataset definitions (mt4).
Explore 2 awesome GitHub repositories matching data & databases · Shared Definition Importing. Refine with filters or upvote what's useful.
Home Assistant is a local home automation platform and server that acts as an IoT device orchestrator. It integrates diverse smart home hardware by wrapping third-party APIs into a standardized logic layer and stores all system state and historical statistics on local hardware to eliminate cloud dependencies. The system functions as a Matter IoT controller and an MQTT home automation bridge, allowing for local interoperability between different manufacturers. It features a state-based entity model and an internal event bus that decouple physical device logic from system automation. The platf
Enables loading specific macros or template files into configurations via import and include statements.
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
Shares tables and queries across multiple files or integrates defined tables into queries.