@best/api-db
Advanced tools
Comparing version 6.2.0 to 6.3.0
@@ -5,4 +5,4 @@ { | ||
"pg": "^8.4.1", | ||
"sqlite": "^4.0.25", | ||
"sqlite3": "5.0.4" | ||
"sqlite": "4.1.1", | ||
"sqlite3": "5.0.6" | ||
}, | ||
@@ -22,3 +22,3 @@ "description": "Best Api Database", | ||
}, | ||
"version": "6.2.0" | ||
"version": "6.3.0" | ||
} |
@@ -8,6 +8,9 @@ # API DB | ||
## SQLite | ||
SQLite is configured by default, but if you would like to provide a custom path you can use the following configuration. | ||
### Config | ||
Inside your `best.config.js` you need to have the following: | ||
``` | ||
@@ -27,3 +30,5 @@ { | ||
### Config | ||
Inside your `best.config.js` you need to have the following: | ||
``` | ||
@@ -38,2 +43,2 @@ { | ||
For Postgres, you need to provision and manage your own database. | ||
For Postgres, you need to provision and manage your own database. |
33112
42
+ Addedsqlite@4.1.1(transitive)
+ Addedsqlite3@5.0.6(transitive)
- Removedsqlite@4.2.1(transitive)
- Removedsqlite3@5.0.4(transitive)
Updatedsqlite@4.1.1
Updatedsqlite3@5.0.6