1 repositorio
Ability to identify database tables at runtime using string identifiers.
Distinct from Virtual Table Querying: Focuses on runtime table resolution rather than virtualized table aggregation.
Explore 1 awesome GitHub repository matching data & databases · Dynamic Table References. Refine with filters or upvote what's useful.
Kysely is a TypeScript SQL query builder that provides a type-safe interface for constructing and executing database queries. It functions as a database layer that ensures schema compliance and prevents runtime errors by using a fluent interface and a programmable way to build complex SQL statements. The project features a type-safe database layer capable of inferring return types and aliases from SQL selections and joins. It also includes a SQL migration manager to track and apply schema changes across different environments to keep database versions synchronized. The toolkit covers relatio
Identifies database tables using names provided at runtime to select specific tables within a query.