tinySQL is a lightweight SQL database engine written in Java that stores data using dBase format files. It provides a command-line interpreter for database operations and supports JDBC connectivity for application integration.
- Source Code
- https://sourceforge.net/projects/tinysql/[02]
- Developer
- Country of Origin
- US
- Start Year
- 2003
- End Year
- 2016
- Project Types
- Hobby, Open Source
- Written in
- Java
- Compatible With
- dBASE
- Operating System
- All OS with Java VM
- License
- LGPL v2
tinySQL is a lightweight SQL database engine written in Java that stores data using dBase format files. It provides a command-line interpreter for database operations and supports JDBC connectivity for application integration.
History
Developed by Brian Jepson, tinySQL was first registered on SourceForge in June 2003. The project was designed to offer a simple, embeddable SQL engine that utilized the standard dBase file format for storage, eliminating the need for proprietary database files. It provided basic relational capabilities and a command-line interface.
Public updates on SourceForge continued until February 2016, after which active development appears to have ceased.