bernett.net moved to SQLite

posted on 08:18 PM on Sunday 26 May 2019

Decided to move from PostgreSQL to SQLite to make the website a bit more portable. Since I was using SQLAlchemy, this was pretty simple. Just change the DSN and it is mostly done. There were a bit of SQL statements that were a bit specific but some minor changes to the code and all was good.

bernett.net