SQL-DB 0.971.2
Supports any database system running the SQL language.Features:connect() to the database
deploy() the schema (CREATE TABLEs etc)
Using one or more "abstract rows" obtained via arow() the developer can do() insert, update or delete queries.
Using...