A database client cache library, now support SQLServer;
Supports .NET and COM;
The first supports cross process/machine client query cache;
Simple O/R mapping;
Even faster than general raw coded method;
Excellent than Hibernet.NET when doing query.
The goal of this project is to develop a modular SQL engine (JDBC driver) that can be grafted onto any raw database (such as a large flat ASCII file) through a database module API. Writing database drivers is much easier that writing a whole RDBMS.
idyaDBX is a lightweight library written in PHP that implements an embeddable SQL database engine, with the raw data being stored as XML. PHP scripts can include idyaDBX as a header to handle their data using SQL, without the need for an external DBMS.
Many developers needlessly loop through data in an effort to present raw, normalized, data into a more readable, tabular format, not realizing; that, "characteristic functions" can accomplish the same goal, elegantly, and more efficiently.