File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,11 @@ default:
9
9
schemas_and_paths :
10
10
main : ' /my_project/data/etl.db'
11
11
schema_directory : ' /my_project/data'
12
- extensions :
13
- - ' /path/to/sqlite-digest/digest.so'
12
+ # optional: list of file paths of SQLite extensions to load. see README for more details.
13
+ # extensions:
14
+ # - '/path/to/sqlean/crypto.so'
15
+ # - '/path/to/sqlean/math.so'
16
+ # - '/path/to/sqlean/text.so'
14
17
15
18
prod :
16
19
type : sqlite
@@ -20,7 +23,10 @@ default:
20
23
schemas_and_paths :
21
24
main : ' /my_project/data/etl.db'
22
25
schema_directory : ' /my_project/data'
23
- extensions :
24
- - ' /path/to/sqlite-digest/digest.so'
26
+ # optional: list of file paths of SQLite extensions to load. see README for more details.
27
+ # extensions:
28
+ # - '/path/to/sqlean/crypto.so'
29
+ # - '/path/to/sqlean/math.so'
30
+ # - '/path/to/sqlean/text.so'
25
31
26
32
target : dev
You can’t perform that action at this time.
0 commit comments