-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add OpenDB function for blank import database initialization
This update introduces the OpenDB method, enabling the opening of a database connection using a URL-like DSN string. This approach simplifies driver switching and abstracts driver mechanics, offering a unified, database-agnostic API. It enhances flexibility and ease of use in database connection processes, integrating seamlessly with GORM for a comprehensive ORM solution.
- Loading branch information
1 parent
63ae6bd
commit 753b0cb
Showing
6 changed files
with
270 additions
and
48 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
Oops, something went wrong.