-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed commit of the following: commit b061842 Author: Rafael Espinoza <[email protected]> Date: Sun Apr 18 22:36:53 2021 -0700 refactor: Rename MigrationsConf to Config, reduce usage This is another vestige of some overcomplicated design from when I first started this project. There was some unnecessary coupling between this type, the DSN type (removed in another commit) and the Driver type. commit 0a01070 Author: Rafael Espinoza <[email protected]> Date: Sun Apr 18 20:08:11 2021 -0700 refactor: Update Driver and remove DSN type Reduce the amount of work that a Driver needs to do by having the core library take care of the environment variable. Much easier to pass this in to the Driver as a regular argument. Another nice thing, you don't need to specify the DB_DSN anymore if all you want to do is look at the help menu. The DSN is now just one environment variable and can be handled by the godfish package itself. No need for this creational build pattern thing. commit be83516 Author: Rafael Espinoza <[email protected]> Date: Fri Apr 2 18:06:02 2021 -0700 refactor: Remove code, clean up stuff The DSN.Boot method and ConnectionParams type aren't so useful now that you can directly use the data source name.
- Loading branch information
1 parent
69e9fc4
commit c0524c4
Showing
13 changed files
with
94 additions
and
239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.