Quick Start with eXtremeDB APIs

As explained in Getting Started page, to database-enable an application, it is simply a matter of using the language specific APIs to open (create) the database, then connect to the database and perform typical CRUD (Create, Read, Update, and Delete) operations. Then, before application termination, disconnect and close the database.

Please use the links below to quickly learn how to incorporate eXtremeDB In-Memory database functionality into C, C++, Java, Python and C# applications:

C Building eXtremeDB database applications with the C API
C++ Building eXtremeDB database applications with C++
Java Building eXtremeDB database applications with Java
C# Building eXtremeDB database applications with C#
Python Building eXtremeDB database applications with Python