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!
1010
1111SQLite is an embedded SQL database. It comes included with most Python
1212distributions 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:
1414
1515- you store the database file on fast, local storage
1616(not on a network drive)
@@ -77,7 +77,7 @@ dbt_sqlite:
7777 # files in schemas_and_paths as long as there's no conflicts.
7878 schema_directory : ' /my_project/data'
7979
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.
8181 # crypto.so is needed for snapshots to work; see README
8282 extensions :
8383 - " /path/to/sqlean/crypto.so"
You can’t perform that action at this time.
0 commit comments