Monday, July 19, 2004
eSQL Cross Platform Relational Database version 2.8 Released
Posted by Andy Sjostrom in "DEVELOPER" @ 06:00 AM
Vieka, a well known maker of mobile device software, recently released eSQL 2.8. eSQL is a small and portable relational SQL database for Windows Mobile devices. It's free and it's feature rich. A combination that attract most people. Worth looking into, especially if cross platform is important in your project.
Features include:
Features include:
- 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.
- 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.