File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ use at your own risk. Issues and PRs welcome!
10
10
11
11
SQLite is an embedded SQL database. It comes included with most Python
12
12
distributions and requires no installation or configuration. It can be
13
- a good choice if your project meets some or all of these criteria:
13
+ a good choice if your project meets any of these criteria:
14
14
15
15
- you store the database file on fast, local storage
16
16
(not on a network drive)
@@ -77,7 +77,7 @@ dbt_sqlite:
77
77
# files in schemas_and_paths as long as there's no conflicts.
78
78
schema_directory : ' /my_project/data'
79
79
80
- # optional: semi-colon separated list of file paths for SQLite extensions to load.
80
+ # optional: list of file paths of SQLite extensions to load.
81
81
# crypto.so is needed for snapshots to work; see README
82
82
extensions :
83
83
- " /path/to/sqlean/crypto.so"
You can’t perform that action at this time.
0 commit comments