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.
- Host: GitHub
- URL: https://github.com/frostybee/sqlite-jdbc-mvc
- Owner: frostybee
- Created: 2022-06-05T03:19:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-05T03:55:48.000Z (over 3 years ago)
- Last Synced: 2025-04-12T21:14:38.389Z (11 months ago)
- Topics: java-sqlite, jdbc, sqlite-jdbc
- Language: Java
- Homepage:
- Size: 366 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).