0

If its possible to create SQLite database which support iOS and Android systems using libgdx? As far I know the ORMlite is not supported on iOS based devices?

Expiredmind
  • 788
  • 1
  • 8
  • 29
  • Possible duplicate of [Using a SQLite database in Libgdx](https://stackoverflow.com/questions/15874824/using-a-sqlite-database-in-libgdx) – Abhishek Aryan May 22 '17 at 15:03

1 Answers1

0

As far, Libgdx can work with SqlLite-database. And SQLite is supported both android and iOS. :) Check it out

https://code.google.com/archive/p/libgdx-users/wikis/SQLite.wiki

Slampy
  • 326
  • 1
  • 7