If you have an existing database, manually typing out structs for all of your tables kinda sucks. These structs are mostly a lot of boilerplate code, so generating them by reading the table information makes sense to me.
I've only tested this with postgres.
The column types are pretty limited, just based on what I've encountered in my own tables.
No custom PK columns, etc. right now
- Example code
- Better initialization
- Column maps need to get cleaned up