Elektrine lite

← Feed

@paranormal_distribution@fosstodon.org

Post #2103662

2026-05-06 06:56 UTC

Open question, what (if any) #FOSS #database solutions are there? Doesn't need to be "production quality", I just want it for a proof-of-concept project. Bonus points if it runs on both Linux and Windows and plays nice with #Python

Replies (1)

  • @hwine@vmst.io 2026-05-06 18:44

    @paranormal_distribution@fosstodon.org SQLLite usually is included in everyone's Python distribution[1]. Thus it will run on almost any platform without the need to install anything besides Python (which sounds like something you'd want). [1]: https://devdocs.io/python~3.14/library/sqlite3

    Open ##2103661