gdx-sqlite icon indicating copy to clipboard operation
gdx-sqlite copied to clipboard

A cross-platform extension for database handling in Libgdx

Results 3 gdx-sqlite issues
Sort by recently updated
recently updated
newest added

- "The extension abstracts databse handling to provide a unified method to handle database transacitons across multiple platforms while also adding SQLite support for desktop version of Libgdx application. "...

Does this work for HTML 5?

Thank for your great work, I am porting sql lite android code to independent java code and i stuck at some android function like: ``` cursor.getInt(cursor.getColumnIndex(idName)); cursor.moveToFirst(); ```