The use-case of this app is that a couple of people editing things at a time, which is perfect for SQLite. It can read a lot, only struggles when you have hundreds of parallel write transactions. It's a big misconception about SQLite that it doesn't scale. It absolutely can if you don't write it a lot!