in reply to Multiuser app with SQLite, Dancer2 and CLI
for the little i know SQLite is not well suited to multiple contemporary access. or maybe you will just have read access? See DBD::SqLite issue while accessing DB from multiple processes where sqlite_use_immediate_transaction is also suggested.
Regarding the duplication of code: abstract all parts needed by both interfaces and put them into a testable module.
L*
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Multiuser app with SQLite, Dancer2 and CLI
by Anonymous Monk on Dec 07, 2018 at 15:21 UTC | |
by kaldor (Beadle) on Apr 03, 2019 at 19:23 UTC |