Skip to content

Commit

Permalink
sqlite adapter update
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Lott authored and Scott Lott committed Aug 25, 2019
1 parent eca4638 commit bcb0f05
Show file tree
Hide file tree
Showing 4 changed files with 252 additions and 1,166 deletions.
8 changes: 6 additions & 2 deletions packages/Adapter-SQLite3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ The `SQLite` class accepts two optional arguments in it's constructor.
### Filename
The first argument is the filename to the SQLite database to connect to, default is `:memory:` which creates a temporary database.

### Database Mode
### Database Arguments

The SQLite database mode can be set with this argument, the feature is fully documented [here](https://github.com/mapbox/node-sqlite3/wiki/API#new-sqlite3databasefilename-mode-callback).
Passed into the underlying database constructor for SQLite, fully documented [here](https://github.com/JoshuaWise/better-sqlite3/blob/master/docs/api.md#new-databasepath-options).

# MIT License

Expand All @@ -73,6 +73,10 @@ SOFTWARE.

# Changelog

## [2.0.7]
- Switched to better-sqlite3 https://github.com/JoshuaWise/better-sqlite3.
- Dependency updates.

## [2.0.6]
- Documentation & Dependency updates.

Expand Down
Loading

0 comments on commit bcb0f05

Please sign in to comment.