Game Development Community

SQLite3 for Torque2d

by Jonathan Arsenault · in Torque 2D Professional · 06/21/2013 (1:10 am) · 2 replies

Ported over a sqlite example implementation that i found for Torque3d over to Torque2d.

https://github.com/jonharson/Torque2D/tree/feature/SQLite

About the author

Made a small foray in the gaming industry working at Citeremis, worked and offered consultation in many other sector since, passing through casino management, the wood transformation industry and the transportation sector. Eat code for breakfast.


#1
06/21/2013 (8:18 am)
Sweet! Thanks!
#2
07/19/2013 (6:48 pm)
Made a new commit which cleaned up the code base a bit. Moved everything into a SQLite namespace. Started to add a DAL/TAML support for automatic object/collection persistence but it's not part of this commit as it wasn't quite finished. Still haven't reworked the TS function and as some function use engine function from their cpp call not everything is warranted to function (basic query and usage work from c++ only).