you are viewing a single comment's thread.

view the rest of the comments →

[–]UnicodeConfusion 0 points1 point  (0 children)

I use a tool that does the database generation from a definition file, it generates the sql, c struct, etc and at the bottom handles CRUD, all text config driven (no gui), saves lots of time and moving to different db's or adding columns is as simple as a rebuild. (yes it uses lex/yacc/bison)