Skip to content

Commit 404fec4

Browse files
committed
2 parents 637d5bb + 138ae40 commit 404fec4

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,30 @@ Here you go:
88
```
99
docker run -it prolocutor/docker-python-sqlite:3.12
1010
```
11-
or if you want to, the following flag builds are available:
12-
https://www.sqlite.org/compile.html
11+
or if you want to, the following flag builds ([https://www.sqlite.org/compile.html](https://www.sqlite.org/compile.html)) are available:
12+
1313

1414
roots 3.12:
15+
1516
[-SQLITE_DEBUG](https://github.com/disarticulate/docker-python-sqlite/tree/master/sqlite3.12/debug)
17+
1618
[-Os](https://github.com/disarticulate/docker-python-sqlite/tree/master/sqlite3.12/Os)
19+
1720
[-O2](https://github.com/disarticulate/docker-python-sqlite/tree/master/sqlite3.12/O2)
1821

22+
1923
Builds are made conservatively, so all flags or identically branched combinations will build the same image in Docker with identical hashed functions. Completed Build out folder trees are for the sake of human curiousity.
2024

2125
The following flags are subdirs from the roots:
26+
```
2227
json1 = SQLITE_ENABLE_JSON1
2328
fts5 = SQLITE_ENABLE_FTS5
2429
rtree = SQLITE_ENABLE_RTREE
2530
column-metadata = SQLITE_ENABLE_COLUMN_METADATA
26-
31+
```
2732
PULL REQUEST the masterbuilder.ipynb to add any flag you need (within reason).
33+
34+
If you want to build an image, find a link in the root (ex, [sqlite3.2](https://github.com/disarticulate/docker-python-sqlite/tree/master/sqlite3.12) and:
35+
```
36+
docker build https://raw.githubusercontent.com/disarticulate/docker-python-sqlite/master/sqlite3.12/O2/Dockerfile
37+
```

0 commit comments

Comments
 (0)