Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
clarified plans for possible database change from sqlite to mariadb and separating out journal and marker/lines data
  • Loading branch information
DaytimeLobster authored Oct 4, 2023
1 parent f66b6b1 commit 9a7e3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ To do list:
- implement feedback gathered from users
- a feature to show/pick from most used icons when adding a new marker using the pop up modal
- thoroughly fix/test DNG and RAW support
- rewrite/swap SQLite based backend for a production-ready database (possibly MariaDB)
- rewrite/swap SQLite based backend for mariaDB (also separate the marker/lines database from the journal database to allow for better performance) This may break compatibility with previous databases, etc. so I am carefully considering this
- fix automatically generated timestamps for journals and backups (should accurately reflect system time)
- provide Windows executable so people can simply download and run as a portable app with no installation, docker, or command line commands

Expand Down

0 comments on commit 9a7e3ce

Please sign in to comment.