|
|
|
|
|
by vidarh
4487 days ago
|
|
A blogging platform for personal use is not magic. Avoiding things like concurrency problems in small platforms like this is often trivial. Personally I also use a flat file blogging platform, and I explicitly rejected putting stuff in a database because I want to be able to edit the articles with emacs and check them into a git repository. Concurrency in my case is a non-issue because, well, there's only one of me. There are plenty of scenarios where you really should not use SQLite nor any other RDBMS because it overcomplicates things that are really exceedingly simple. |
|
This project as it stands, quite frankly, looks like the worst of both worlds.