Working with the SQLite Persistent interface

Sybase ETL technology includes a built-in, general purpose, relational database to be used for temporary data storage and staging. It is based on SQLite, a very fast, widely used, mostly SQL-92 compliant database. SQLite is a small C library that implements a self-contained, embeddable, zero configuration SQL database engine.

NoteUse SQLite for your test environment only. Do not use it in a production environment.