Erland

SQL library manager

A proof-of-concept app that lets you search, add and remove books from a SQL database. It is written purely in Node.js. While the original implementation used SQLite, I decided to use MySQL instead on my DigitalOcean server where this app is hosted, to get some experience using MySQL server. This taught me that MySQL will eat up half a gigabyte of RAM just sitting still. This is too much for my server so I switched this app back to SQLite.

Image of SQL library managerImage of SQL library managerImage of SQL library manager