Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

DClassToSQL

How to use the classes:

  • create a "DC model" dcmodel := LeaBuildDC new createClassPerson.
  • create a database model from the "DC model" dbmodel := LeaDCtoModelePhysique new classToTable: dcmodel.
  • generate the SQL code to create tables in the SGBD LeaSQLGenerator new generateTable: dbmodel.

Or all together:

LeaSQLGenerator new
	generateTable: (LeaDCtoModelePhysique new 
		classToTable: (LeaBuildDC new 
			createClassPerson)).

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages