#SQLite performance

5 messages · Page 1 of 1 (latest)

misty stump
#

Hello, is it suitable to use sqlite in a production environment? How many concurrent online users it can support?
I'd like to try it since it's so simple to deploy and backup.

blissful lagoonBOT
leaden bay
#

as I know, sqlite should be performant enough for small to medium applications, but it might not be quite friendly to serverless

blissful lagoonBOT
unkempt solar
#

what are u building? it matters because if it is just a content site, the the database only matters when generating the pages and when people are in the admin tool... So a bit more info on your project would help get u a better response