Skip to content

Translate a SQL(MySQL in this case) script to Value Objects and useful common Accessor Objects with dumb CRUD methods

Notifications You must be signed in to change notification settings

jeffreytgilbert/Db2Obj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose of this utility is to quickly take basic or advanced (eventually) scripts from mysql (or SQLite or whatever eventually) and turn them into PHP Value Objects and Accessor Objects with dumb CRUD methods (or whatever language you want eventually) so I don't have to rely on other massively bloated frameworks I don't want to use for building my applications. Eventually, abstractions will be used for different languages and SQL formats but a simple functional release in PHP is all I'm personally concerned with at the moment.

-- Jeff

About

Translate a SQL(MySQL in this case) script to Value Objects and useful common Accessor Objects with dumb CRUD methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages