Persistent Data

The Barracuda Application Server API's provide a number of methods for storing persistent data. Storing data can be as simple as serializing Lua tables to persistent store, or using more sophisticated methods such as using a SQL database.

SQL

We also provide drivers for MySQL and Redis in addition to the SQLite integration. See the MySQL and Redis tutorial for more information.