Use SimpleSQL from Netlify
SimpleSQL provides a REST API to create databases and manipulate them. We try to aswer the question: What if a database was as simple as a file to manage? SimpleSQL…
Tech blog from RedBeardLab
SimpleSQL provides a REST API to create databases and manipulate them. We try to aswer the question: What if a database was as simple as a file to manage? SimpleSQL…
SimpleSQL is an HTTP API that allow complete control over a SQLite database. Underneath SimpleSQL is based on RediSQL to manage all the different databases, connections, backups, replication, etc. One…
In this short post we are going to understand how to install software when stuff don’t work out of the box. We will understand how a *NIX shell search for…