1 dépôt
Ensures that database storage logic is consistent with the transformation logic used for JSON serialization.
Distinct from JSON Serializers: Candidates cover general JSON serialization; this is specifically about synchronizing DB storage logic with serialization logic.
Explore 1 awesome GitHub repository matching data & databases · Serialization Synchronization. Refine with filters or upvote what's useful.
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
Synchronizes database storage logic with the transformation logic used for JSON serialization.