2 Repos
Utilities that generate application models and context classes by inspecting existing database schemas.
Distinct from Reverse Engineering Tools: Distinct from general reverse engineering tools: focuses specifically on database-to-code scaffolding for data access layers.
Explore 2 awesome GitHub repositories matching data & databases · Reverse Engineering Tools. Refine with filters or upvote what's useful.
Entity Framework Core is an object-relational mapper that enables developers to interact with database systems using strongly-typed code. It serves as a comprehensive data access framework, providing a unified interface for mapping application objects to relational and non-relational database schemas while managing the lifecycle of data operations through a central context. The project distinguishes itself through a provider-based architecture that decouples core data access logic from specific database engines, allowing for consistent interaction across diverse storage systems. It features a
Entity Framework generates code-based models and context classes by inspecting an existing database structure to bootstrap data access layers.
Jailer is a suite of specialized tools for AI-assisted SQL management, referential integrity preservation, and relational data browsing. It provides a system for generating referentially intact database subsets, allowing users to extract consistent slices of relational data while preserving foreign key constraints and dependencies. The project features an AI-driven SQL assistant that uses natural language to generate, optimize, and refactor queries based on database schemas. It also includes a data migration tool that analyzes SQL patterns to reverse engineer models and map associations betwe
Analyzes SQL query patterns to automatically reverse engineer and map associations between database tables.