Reader small image

You're reading from  Full Stack Web Development with Raspberry Pi 3

Product typeBook
Published inAug 2017
Reading LevelExpert
PublisherPackt
ISBN-139781788295895
Edition1st Edition
Languages
Right arrow
Author (1)
Soham Kamani
Soham Kamani
author image
Soham Kamani

Soham Kamani is a full-stack developer who has extensive experience in the JavaScript ecosystem. He works as a consultant, developing end-to-end web-based solutions for clients around the world. He is an open source enthusiast and an avid blogger. He has worked on many frameworks and technologies such as React, Angular, Node, Express, Sails, SQLite, Postgres, and MySQL, and he has worked on many projects in the IoT space using Arduino and Raspberry Pi systems.
Read more about Soham Kamani

Right arrow

Picking the correct tool for the job

Similar to what we did in the previous chapter, let's look at why we choose the tools that we use. Our requirements for choosing a database are as follows:

  • The solution should be portable
  • Ease of installation and learning--we want to get up and running as fast as possible
  • Compatible with the Raspberry Pi
  • Lightweight since we are running it on our Pi with limited resources
  • Feature-rich enough to support the requirements of our application

SQLite is one such database that fits these requirements quite well:

  • Portability: SQLite can be run almost anywhere, with minimal dependencies. The only thing that SQLite relies on to maintain all your data is a single file on your system. What this means when you want to transfer your entire database to another machine is that the only thing you have to give them is the database file that your SQLite...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Full Stack Web Development with Raspberry Pi 3
Published in: Aug 2017Publisher: PacktISBN-13: 9781788295895

Author (1)

author image
Soham Kamani

Soham Kamani is a full-stack developer who has extensive experience in the JavaScript ecosystem. He works as a consultant, developing end-to-end web-based solutions for clients around the world. He is an open source enthusiast and an avid blogger. He has worked on many frameworks and technologies such as React, Angular, Node, Express, Sails, SQLite, Postgres, and MySQL, and he has worked on many projects in the IoT space using Arduino and Raspberry Pi systems.
Read more about Soham Kamani