Ha! Oh, alright ;-). It's SQLite3. It's not really an SQL server as such, more a file format you establish and query with SQL. No support at all for network requests and it's data structures are very primative. (But it does have a niche in giving low maintenance SQL database functionality to apps that would otherwise need an account on a real SQL server somewhere.)
no subject