jrtechs / NodeJSBlog

Personal blog written from scratch using Node.js, Bootstrap, and MySQL.
https://jrtechs.net
Mozilla Public License 2.0
4 stars 5 forks source link

SQL Refactor #110

Closed jrtechs closed 2 years ago

jrtechs commented 2 years ago

Replaced DB dependency on MySQL instance with a simple SQLite DB. This will decrease server memory consumption and simplify backups and hosting.