MongoDB is a cross-platform document-oriented database system, classified as a NoSQL database. In this post I’ll share a simple script to install MongoDB on Debian/Ubuntu.
Tag Archives: database
[How-To] Install SQLite3
SQLite is an embedded relational database engine. Its developers call it a self-contained, serverless, zero-configuration and transactional SQL database engine. It is very popular and there are hundreds of millions copies worldwide in use today. In this post, we’ll see how to install it.