cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SQL Anywhere vs SQLite

Former Member
4,985

Dear Experts,

What are the advantages of using SQL Anywhere or Ultralite when compared to SQLite.

View Entire Topic
Breck_Carter
Participant
0 Likes

I have to (begrudgingly!) say, if half of what's said on the SQLite about page is true then it is a fine product... many of the points made are hot-button points with me, like "ACID after power loss" and "aircraft-grade testing" and "long-term support"... if SQL Anywhere becomes any more stealthy than it is now (and that trajectory seems clear), SQLite could be [cough] worth a look [choke].

signed, Breck Forever The SQL Anywhere Fanboy 🙂

VolkerBarth
Contributor
0 Likes

Note however those SQL restrictions (additionally, I'm not sure about derived tables and OLAP support):

https://www.sqlite.org/omitted.html

Volker belongs to that fan group, too.

Breck_Carter
Participant
0 Likes

As Tom implied, a more useful comparison might be SQLite versus UltraLite, with reference to the "UltraLite" column in this table as well as some of the links on the same page.

Vlad
Product and Topic Expert
Product and Topic Expert
0 Likes

I can add that I like to read something interesting about in-memory and NoSql DBs, and I have read that people have taken the SQL engine+parser+whatever from SQLite and embed it into the own NoSql DB (no names, just a fact 🙂 ). So the time will show, whether this was wise or not.