changed:
-
= SQL library =
This library is a suite of objects for connecting to and using SQL databases like MySQL, SQLite, and PostgreSQL.
* ![mysql] connect to a !MySQL database
*  connect to a !PostgreSQL database
*  use an embedded !SQLite database
*  an object for generating SQL queries using placeholders to send to the database objects
== other ideas for objects ==
* ![sql_expr] generate SQL queries using ![expr] syntax