SQLite3 is a simple and small relational database management system that works on a single file as a database. Very usefull for mini projects and hugely popular with apps on Android and other embedded systems. I will be outlining steps here required to setup SQLite3 with Java and Tomcat on Ubuntu Linux machine. Install SQLite3 ...read more
↧