Skip to content

Commit 388a05b

Browse files
committed
update readme for simpler rails usage
1 parent ba929e4 commit 388a05b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ Add this to your `Gemfile`:
1212
gem "sqlite_extensions-uuid", github: "jethrodaniel/sqlite_extensions-uuid"
1313
```
1414

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+
1524
## Usage
1625
1726
SQLite's uuid extension provides the following:

0 commit comments

Comments
 (0)