-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added
sugar.WithUserPassword(user,password)
option for `sugar.DSN…
…()` helper * Added `sugar.WithSecure(bool)` option for `sugar.DSN()` helper * Small breaking change: `sugar.DSN` have only two required parameters (endpoint and database) from now on. Third parameter `secure` must be passed as option `sugar.WithSecure(bool)`
- Loading branch information
1 parent
fa858a8
commit 4ff82f2
Showing
3 changed files
with
23 additions
and
12 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