Sqlite For Bge
SQLite for Blender Game Engine
SQLite for BGE is a collection of Blender Python scripts that facilitate easy, multi-platform-compliant, sqlite database programming within the Blender Game Engine. Using four simple functions, you can integrate SQL-based saved-data and look-ups into your real-time projects.
Includes several practical examples of actual usage scenarios in the included mini-game example (spawn object, kill enemies, save game properties, load game properties, synchronize world actions with database updates and saves, game/database resets, etc.). See the documentation link above for more details about the classes, scripts, and examples included in this package, or visit our website.