morilib relations: a relational database
Top -
Guide -
Reference -
Functions -
Using JDBC -
Download -
日本語 -
français
Morilib relations is a relational DBMS implemented by Java 6.
The features of morilib relations are shown as follows.
- storing data by CSV and table information by CREATE TABLE
- treating CSV files, HTML documents and Excel xlsx files as a table
- A JDBC driver is included and you can refer by LibreOffice Base
This program is under Apache License 2.0.
Release notes
- Version 0.1.0
-
- fixed some bugs
- supports database locking
- Version 0.0.1
-
- fixed bugs about SQL expression, especially aggregate functions
- fixed bugs about JDBC driver, you can refer morilib Relations by LibreOffice Base
- supports Excel XLSX format
- supports referring tables in HTML files
- supports "Relagent": a GUI interface
- supports WITH clause
- adds some functions
- Version 0.0.0
-
- initial release
- SQL: DML, CREATE TABLE, ALTER TABLE, DROP TABLE
- only tables are available
- CSV is available
- JDBC driver is available
Yuichiro Moriguchi
yuichiro-moriguchi@nifty.com