How to install SQLite and SQLite browser on Ubuntu
SQLite is light, small and independent RDBMS In the C library. Popular databases such as MySql , PostgreSQL etc. operate in a client-server model and have their own process that executes and controls all aspects of database operations. But SQLite there is no process running and no client-server model. SQLite DB is simply a file with .sqlite3 / .sqlite / .db enlargement. Each programming language has a library that supports SQLite support. You will find SQLite Web browsers (Chrome, Safari, Firefox). MP3 players, set-top boxes and electronic devices. Internet of Things (IoT). Android, Mac, Windows, iOS, and iPhone devices. There are many more areas SQLite used. Every smartphone in the world has hundreds SQLite database files and has more than one trillion databases in active use. That’s a pretty huge amount. Install SQLite on Ubuntu Set SQLite is simple compared to other popular databases such as MySql , Postgresql Please update first apt cache by executing the fol