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
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.