What happened to #Calligra Suite?
It is/was the #KDE #officesuite, comprising of many different programs and projects. All activities seemed to have stopped around 2020/2021. Development apparently has entirely stalled. There is nowhere a communication that the suite is not maintained anymore and that #CalligraSuite is the past. Why development has just stopped? Why no communication?
#Office components: #Words #Sheets #Kexi #Karbon #Stage #Plan #Gemini
#SQLite is pretty neat. I'm used to working with large scale databases on mission critical data, but I needed something lightweight for a personal project. Something I could shunt around and not keep on a server. I settled on #SQLite3
However. I wasted a lot of time harking back to the turn of the millennium and trying to find a nice tool for forms to use with it. I tried lots of things including #LibreOffice Base with odbc and even #Kexi, which seemed promising at first but proved frustrating. I ended up just creating a web interface.
Reader, I do that for a living. I wanted a ready made solution for my personal project and just couldn't find one.
But, here's the thing. SQLite makes everything so easy to access that I'm sure I could write a set of #PHP scripts to build forms on the fly.
But I'm not going to. Not because I don't want to, but because it's just not a practical use of my time.