AdamWhiteHat/EntityJustworks
Data first or code first ORM. Entity/object/class/poco to SQL repository mapping, and vice versa; data to C# class code or emit assembly. Can dynamically generate assemblies, C# code, and SQL scripts for CREATE TABLE, INSERT, & UPDATE. Uses: Reflection, Emit, DataTable and CodeDOM.
This tool helps C# developers manage data interactions by automatically creating database schema scripts or C# classes. You input either your existing C# classes or database tables, and it generates the corresponding SQL `CREATE TABLE` scripts, `INSERT INTO` statements, or C# class definitions. This is designed for developers building applications that need to dynamically map between C# objects and relational databases.
No commits in the last 6 months.
Use this if you are a C# developer who needs to quickly generate SQL scripts for database schema creation, data insertion, or C# code representing database tables.
Not ideal if your application processes user-supplied data directly, as this tool requires careful handling to prevent SQL injection vulnerabilities with external input.
Stars
37
Forks
11
Language
C#
License
Apache-2.0
Category
Last pushed
Jun 07, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/AdamWhiteHat/EntityJustworks"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully...
mganss/XmlSchemaClassGenerator
Generate C# classes from XML Schema files
dadhi/FastExpressionCompiler
Fast Compiler for C# Expression Trees and the lightweight LightExpression alternative....
filiptrivan/spiderly
.NET (C#) boilerplate code generator that transforms an EF Core model into a fully customizable...