Changelog
- 393d1a9 build(make): add a target command to create migrations
- 215de5f build(makefile): update target commands
- 5257b3e build(migrations): add migration files to add schemas to the database
- f98305f build(version): bump version to v0.17.0
- 262e215 build(version): bump version to v0.17.0-rc1
- 0b7ec74 docs(readme): update the readme with the schema feature
- 0a4d9ed feat(client): add more queries written using squirrel
- 514766b feat(client): add schema field to client
- f37bee9 feat(client): use fmt verb %q to print quoted characters so that the user can use keywords as table names
- efe9af1 feat(cmd): add the schema flag to the cli
- a1ec338 feat(command): add schema field to options struct
- d2e26c6 feat(config): add schema field to the config object
- d2e2b8e test(client): add the schema field to the client's tests