-
Notifications
You must be signed in to change notification settings - Fork 213
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Changed sql generation methods to use a common naming convention. `To(Sql|Insert|Update|Delete)` * Also changed to have common return values `string, []interface{}, error)` * Added `Dataset.Prepared` which allows a user to specify whether or not SQL should be interpolated. #7 * Updated Docs * More examples * Increased test coverage.
- Loading branch information
1 parent
a60668d
commit 1cbf064
Showing
23 changed files
with
1,271 additions
and
914 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
Oops, something went wrong.