sightingdb
sightingdb copied to clipboard
Database file not written to disk
Hi,
When sightingsdb is started it doesn't seem to create / write the database file. I can write / read sightings and this works well, but no db is created. Used db_path
and dbdir
, but no success.
How can I write the database file to disk? Use: run Sightingsdb from Docker and expose the database via Docker volume.
kr,
koen
set_db_path
does not seem to be called from anywhere. https://github.com/stricaud/sightingdb/blob/master/src/db.rs#L36
I have the same issue. Without it writing anywhere what is the purpose?
Try to look to different branch store_to_disk
,it's not working for me, but at least it trying to write to disc, in code ...