sqlboiler/bdb
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
..
drivers Fix formatting. 2016-07-11 15:21:04 -07:00
column.go Rename IsNullable -> Nullable 2016-07-09 10:13:35 -07:00
column_test.go Add nullability to foreign keys. 2016-07-09 09:59:37 -07:00
interface.go Add to_many relationships as a first class citizen 2016-07-11 23:49:42 -07:00
interface_test.go Add to_many relationships as a first class citizen 2016-07-11 23:49:42 -07:00
keys.go Rename IsNullable -> Nullable 2016-07-09 10:13:35 -07:00
keys_test.go Rename IsNullable -> Nullable 2016-07-09 10:13:35 -07:00
relationships.go Add to_many relationships as a first class citizen 2016-07-11 23:49:42 -07:00
relationships_test.go Add to_many relationships as a first class citizen 2016-07-11 23:49:42 -07:00
table.go Add to_many relationships as a first class citizen 2016-07-11 23:49:42 -07:00
table_test.go Add a GetTable helper. 2016-07-11 23:48:30 -07:00