2 रिपॉजिटरी
Mappings that ensure database schemas are synchronized with application-level type definitions.
Distinct from Database Schema Migrations: Combines schema versioning with type-safe object mapping, whereas database schema migrations focus only on the versioned update process.
Explore 2 awesome GitHub repositories matching data & databases · Type-Safe Schema Mappings. Refine with filters or upvote what's useful.
Next-forge is a production-ready project scaffold and full-stack web framework stack designed for building web applications. It provides a comprehensive set of starter modules and boilerplates specifically tailored for SaaS infrastructure, including a TypeScript project scaffold and a Next.js application starter. The project utilizes a Turborepo monorepo template to organize multiple applications and shared packages in a single codebase. This architecture enables shared logic isolation and the use of a component-based UI library to maintain consistent styling across different applications. T
Implements schema-driven database mapping to ensure consistent data structures and automated migrations.
Sea-query is a database abstraction library for Rust that provides a fluent builder pattern for constructing type-safe SQL queries. It functions as a framework for defining and managing database schemas and queries through code, allowing developers to generate syntactically valid statements for multiple database engines without relying on manual string concatenation. The library distinguishes itself by using an abstract syntax tree to model queries, which enables engine-agnostic transformations and compilation into specific SQL dialects. This architecture supports cross-database portability,
Uses strongly-typed definitions to ensure consistent naming and reliable references during query construction.