An open API service indexing awesome lists of open source software.

https://github.com/frostybee/sqlite-jdbc-mvc

An MVC-based console application that demonstrates querying an SQLite database with JDBC.
https://github.com/frostybee/sqlite-jdbc-mvc

java-sqlite jdbc sqlite-jdbc

Last synced: 11 months ago
JSON representation

An MVC-based console application that demonstrates querying an SQLite database with JDBC.

Awesome Lists containing this project

README

          

# An MVC-Based SQLite Client
This is a simple MVC-based SQLite client written in Java. It uses the [Chinook](https://www.sqlitetutorial.net/sqlite-sample-database/) database and the [SQLite JDBC driver](https://github.com/xerial/sqlite-jdbc) that was designed and implmented by xerial (Taro L. Saito).