https://github.com/johnpili/sqliter
A SQLite repository library
https://github.com/johnpili/sqliter
repository sqlite
Last synced: 2 months ago
JSON representation
A SQLite repository library
- Host: GitHub
- URL: https://github.com/johnpili/sqliter
- Owner: johnpili
- License: mit
- Created: 2022-11-06T13:54:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-01T19:27:14.000Z (almost 3 years ago)
- Last Synced: 2025-08-26T08:43:48.805Z (10 months ago)
- Topics: repository, sqlite
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQLiter
A SQLite repository library. It aims to reduce your coding time by wrapping the commonly used database operation into this
library. It is not an ORM replacement but more like a helper library for JDBC.