Skip to content

This script allows you to extract C# classes from a MySQL database schema.

Notifications You must be signed in to change notification settings

AClerbois/convert-mysql-to-csharp-classes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

convert-mysql-to-csharp-classes

logo

[DRAFT]

This script allows you to extract C# classes from a MySQL database schema.

Getting Started

Installing

Use a mysql command runner like HeidiSQL, MySQL Workbench or someone else. Run the script.sql file in our database

Once the procedure stored is saved on our database you can run the following command

CALL ExtractClasses('YOUR_DB_NAME');

Replace YOUR_DB_NAME with your database

After extracting classes, you can put the result in a .cs file.

Contributing

Fork or branch the code.

Authors

About

This script allows you to extract C# classes from a MySQL database schema.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages