mpdroog / invoiced

Simple hour registration + invoice generator.
BSD 2-Clause "Simplified" License
13 stars 5 forks source link

Storage. Move back to SQL? #7

Closed mpdroog closed 5 years ago

mpdroog commented 7 years ago

Store data in CockroachDB?

Why stay with BoltDB:

Motivation to move away from BoltDB:

mpdroog commented 7 years ago

Or even better store as plain/text on the filesystem?

Searching through the data requires an indexer anyway, maybe have a look @ http://www.blevesearch.com/ or write to SQLite for advanced query power?

mpdroog commented 5 years ago

We're using plain/text with Git by now.