awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Schema Generators · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesSchema Generators

Tools that automatically derive database structures and API contracts from configuration to ensure type safety and consistency.

Distinguishing note: Focuses on automated schema derivation for type safety, distinct from general database management.

Explore 1 awesome GitHub repository matching software engineering & architecture · Schema Generators. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Schema Generators

Awesome Schema Generators GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • better-auth/better-auth

    better-auth/better-auth

    26,317View on GitHub↗

    This project is a modular authentication framework designed to manage user identity, session tracking, and access control across web applications. It provides a unified solution for handling email-based credentials and social identity federation, allowing developers to implement secure login and registration flows that maintain consistent user states across client and server environments. The system utilizes a plugin-based architecture and middleware-driven request interception to allow for the extension of core authentication logic. It features type-safe schema generation, which derives data

    The system automatically derives database structures and API contracts from configuration settings to ensure consistency between the authentication logic and storage.

    TypeScriptauthenticationiamoauth
    26,317View on GitHub↗