Skip to content

Commit d30a2ef

Browse files
committed
feat: dataframe-persistent now supports postgres
Also change API to reduce boilerplate.
1 parent abce6cf commit d30a2ef

16 files changed

Lines changed: 1940 additions & 172 deletions

File tree

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ cabal-dev
99
*.dyn_o
1010
*.dyn_hi
1111
.hpc
12+
*.tix
1213
.hsenv
1314
.cabal-sandbox/
1415
cabal.sandbox.config
@@ -38,4 +39,10 @@ dataframe-fusion/rust/dfusion-bridge/target
3839
Cargo.lock
3940
*.dylib
4041
*.so
41-
*.dll
42+
*.dll
43+
44+
# SQLite sidecar files left by WAL/rollback-journal mode when a .db is opened
45+
# (transient; the committed *.db fixtures themselves stay tracked).
46+
*.db-wal
47+
*.db-shm
48+
*.db-journal

data/chinook.db

4 KB
Binary file not shown.

0 commit comments

Comments
 (0)