[Info-vax] VMS databases

Jake Hamby (Solid State Jake) jake.hamby at gmail.com
Mon Nov 20 14:24:16 EST 2023


On Sunday, November 19, 2023 at 3:01:40 PM UTC-8, Single Stage to Orbit wrote:
> On Sun, 2023-11-19 at 16:03 -0500, Arne Vajhøj wrote: 
> > > SQLite and MySQL are not solutions for the same problem. 
> > 
> > I just did a check on my PC for what applications use SQLite. 
> > 
> > A lot. 
> > 
> > 3 interesting ones: 
> > * Oracle DB GDAL 
> > * MySQL WorkBench 
> > * PostgreSQL pgAdmin 
> > 
> > :-) 
> > 
> > Even if it is all about a database server then a small embedded 
> > database 
> > can be the right tool for some task.
> Android is riddled with apps that make use of SQLite3. 

I would hope so, considering that android.database.sqlite has been part of the API since version 1. No need to reinvent the wheel. I believe most experienced Android devs know about and use Room or some other persistence API as opposed to raw SQL queries, but I could be wrong.

I just looked at what Dart / Flutter are doing and they have a “sqlflite” plugin that supports iOS, Android, and macOS.



More information about the Info-vax mailing list