Vieka eSQL
原文網站上已有很多介紹
基本上就是小型的資料庫軟體
下面是他所支援的
* A complete database is stored in a single cross-platform file.
* No setup or administration needed.
* Implements most of SQL92 standard, such as multiple tables, multiple indexes, transactions with atomic commit/ rollback, subqueries, compound queries, views, triggers.
* Support for in-memory database.
* Support database size up to 2 terabytes.
* Very small memory footprint and faster than most popular database.
* Compression for compacting database.
* AES 256-bit encryption for securing data.
* Native C/C++ or standard ODBC API is simple and easy to use.
* eSQL.Net data provider for Microsoft .Net integration and rapid application development.
* A cross-platform graphical database manager can be used to administer an eSQL database.
* An interactive SQL command line tool is provided as an example of how to use eSQL in your application.
給想寫程式的人參考一下囉!
原文寫在非商業用途是免費的
