Daffodil DB is a SQL-99 specification compliant, capable, reliable, scalable,
high-performance, embeddable, lightweight java-based relational database engine
(RDBMS). Daffodil DB supports almost all constructs of SQL 99 (including
triggers, views, constraints, UDT, stored procedures etc), supports distributed
transactions (XA), provides complete JDBC (Java Database Connectivity) 3.0
driver (including support for optional features like save points, row sets, UDT,
XA, connection pooling etc) and can run in embedded or server mode. Daffodil DB
can be included as a jar file in any java application. Daffodil DB includes
Daffodil DB Browser, a GUI based database management tool. Daffodil DB Browser
can be used to carry out all database operations such as creating a database,
creating database objects, execute SQL statements, manipulate data, browser
database objects etc.
|
|
|
StelsCSV is a powerful JDBC driver that allows performing SQL statements and other JDBC operations upon text files (comma separated, tab-separated, fixed length etc). Basic features: supports most keywords of ANSI SQL92, supports integer, floating point, string and date/time data types defined in the database schema, supports aggregate, converting, string and other SQL functions, platform independent
|
|