We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba929e4 commit 388a05bCopy full SHA for 388a05b
README.md
@@ -12,6 +12,15 @@ Add this to your `Gemfile`:
12
gem "sqlite_extensions-uuid", github: "jethrodaniel/sqlite_extensions-uuid"
13
```
14
15
+In your Rails app, you'll need to load the extension in your `config/database.yml` like so:
16
+
17
+```yaml
18
+development:
19
+ adapter: sqlite3
20
+ extensions:
21
+ - <%= SqliteExtensions::UUID.to_path %>
22
+```
23
24
## Usage
25
26
SQLite's uuid extension provides the following:
0 commit comments