Why not SQLite?
Why not SQLite?
someone Wednesday 3rd March 2021, 15:09:27I've been trying this forum, and it's really cool project. Anyway, I wondered why you didn't go with SQLite or any other embbeded database. SQLite is very performant even for medium-sized websites, and with concurrent users, which SQLite deals by itself.
Replies 2
Why should it use any kind of Database if it is not neccessary?
A Database means additional administrative work, adds additionally dependencies and security Problems.
That makes Sense for Forums such as Discourse with thaousands of Themes and Millions of Threads and users.
But not a Forum with four or five themes a hundred of threads and some tens of users. and for that this Forum is perfekt.
A Database means additional administrative work, adds additionally dependencies and security Problems.
That makes Sense for Forums such as Discourse with thaousands of Themes and Millions of Threads and users.
But not a Forum with four or five themes a hundred of threads and some tens of users. and for that this Forum is perfekt.
I performed benchmarks with a Flatboard containing more than 100,000 messages without any problem.
I also chose the Json format because it is much more readable and reusable by any API.
Flatboard doesn't use a member manager, but does it really need one?
I also chose the Json format because it is much more readable and reusable by any API.
Flatboard doesn't use a member manager, but does it really need one?
Last modified by Fred on Sunday 7th March 2021, 22:21:00
- Before ask a question, read the documentation.
- 🎉 Featured as #1 product of the day on Product Hunt
- Please like in alternativeto.net 👍🏻
- ╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
- <TextField>, my new CMS project designed by a passionate developer, for developers!
- My last project Fast⚡︎CMS, a Flat-File cms.
- I am currently busy 😫.
Suggested Topics
Asdd@4eef71a6
started change these or i will hate flatboard forever
General Questions
ben@1e3fad14
started Easy way to change user names?
Bug reports
nifoctn@c18c9a94
started Does this work for uploading files?
General Questions
Fred
started plugin Data Guard
Resources