Embedded SQL thoughts
Federico Voges
ftc at ftc.com.ar
Mon Oct 18 06:43:01 PDT 2010
On 18/10/2010 13:18, Roger Oberholtzer wrote:
> I am gearing up to make a spec for a database app. We have decided that
> the database will be accessed via SQL. For various reasons, we want to
> be able to run the database either as an embedded database (direct file
> access - no server), or via a server. This will depend on user
> requirements. The database must allow stored SQL procedures.
>
> We are looking at MySQL/MariaSQL. I am curious if anyone here has any
> opinions of using either of these to run an embedded database. I am sort
> of sure they support this ability. But has anyone here done that? I
> recall that there are a few database pros out these. I, on the other
> hand, am not such a creature. So experiences and suggestions are very
> welcome.
>
>
> TIA
You might want to check SQLite (http://www.sqlite.org/). It's an
embedded SQL database with a lot of users. Android OS is one of it's
highest profile users and you can find more big names here
http://www.sqlite.org/famous.html.
I haven't use it personally, but I have a few dev friends that are quite
picky about the software they use and they seem to like it.
HTH
Cheers,
Fed.
More information about the Linux-users
mailing list