-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Database.new supports
extensions:
option parameter
This commit updates the Database documentation with lots of examples and explanation, but to sum up: Database.new(":memory:", extensions: ["SQLean::Crypto"]) which allows injection of extensions in a Rails database config: development: adapter: sqlite3 database: storage/development.sqlite3 extensions: - SQLean::Crypto
- Loading branch information
1 parent
ceb76cc
commit c7d625a
Showing
2 changed files
with
204 additions
and
53 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