SmallSQL is a 100% pure Java DBMS, a relational database for Java desktop applications. It has a JDBC 3.0 interface and offering many ANSI SQL 92 and ANSI SQL 99 features. It is very small and fast Java library. It does not have a network interface.
Categories
Database Engines/ServersLicense
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow SmallSQL Database - Java DBMS
Other Useful Business Software
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
-
Even if this SGBD does not respect exactly the ANSI SQL, I'm choosing it to be a main material tool in the Database Administration module I'm giving in the Jijel University. The source code is very easy to analyze and to understand. The physical storage techniques are very easy to explain and well shown in the code (Page, Data types, etc.) I like it.