Usually sqlite allows to open a ":memory:" database. Is this supported in some way by Codename One?
The following example does not work in the simulator apparently because it tries to locate a file in the file system.
Database db = Database.openOrCreate(":memory:");