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.

40
/ 100
Emerging

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.

C#-development ORM-tools database-schema-generation SQL-scripting data-mapping
Stale 6m No Package No Dependents
Maintenance 0 / 25
Adoption 7 / 25
Maturity 16 / 25
Community 17 / 25

How are scores calculated?

Stars

37

Forks

11

Language

C#

License

Apache-2.0

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.