UltraLite Database User's Guide
Welcome to UltraLite
UltraLite application development is carried out using either an UltraLite component or a static interface. An UltraLite component is provided for each development tool. Each component exposes a set of objects for data manipulation in the form of an API tailored to suit the expectations of users of a particular tool or language.
All UltraLite components and the UltraLite runtime library used by the static interfaces are built on the same underlying database engine.
Applications that you create with an UltraLite Component will consist of the following:
Your application code
The UltraLite component or runtime library
An UltraLite database
Developing applications with UltraLite components
Developing applications with UltraLite static interfaces