Lightweight Relational database for BlackBerry OS 4.7
Posted
by Pavel
on Stack Overflow
See other posts from Stack Overflow
or by Pavel
Published on 2009-11-28T20:23:05Z
Indexed on
2010/04/04
18:03 UTC
Read the original article
Hit count: 315
blackberry
|embedded-database
Hey guys,
I'm writing an app for BlackBerry OS 4.7 and would greatly benefit from having a lightweight relational database such as SQLite that my application can use to store data locally on the device. SQLite is coming out with 5.0, which is still in beta.
Can anyone recommend any other alternatives that permit commercial use?
Additional information: - Concurrent access not required - Transactions not required
Thanks in advance :-)
© Stack Overflow or respective owner