Commit graph

4 commits

Author SHA1 Message Date
Aaron L
fb802ad687 Add to_many relationships as a first class citizen
- to_many relationships are now cached on the table data structure
- to_many relationships now know if any columns involved are nullable
2016-07-11 23:49:42 -07:00
Aaron L
bac9bb30ce Add a GetTable helper. 2016-07-11 23:48:30 -07:00
Aaron L
231b45d57a Add a way to lookup table columns by name 2016-07-11 20:40:24 -07:00
Aaron L
60f6080e73 Refactor dbdrivers into two packages
- Break dbdrivers into bdb and drivers
- Break each type in dbdrivers into it's own file set.
2016-06-22 23:11:32 -07:00