Skip to content

Commit 6abef28

Browse files
committed
#334 Savepoint
1 parent cd79e08 commit 6abef28

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning].
99

1010
-
1111

12+
## [0.8.3] - 2024-09-13
13+
14+
### Changed in 0.8.3
15+
16+
- Make in-memory database
17+
1218
## [0.8.2] - 2024-09-11
1319

1420
### Changed in 0.8.2

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ USER 1001
8080

8181
# Runtime environment variables.
8282

83-
ENV SENZING_TOOLS_DATABASE_URL=sqlite3://na:na@nowhere/tmp/sqlite/G2C.db
83+
ENV SENZING_TOOLS_DATABASE_URL=sqlite3://na:na@nowhere/tmp/sqlite/G2C.db?mode=memory&cache=shared
8484
ENV LD_LIBRARY_PATH=/opt/senzing/er/lib/
8585

8686
# Runtime execution.

0 commit comments

Comments
 (0)