Views
Edit history
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 * [psql] connect to a PostgreSQL database * [sqlite] use an embedded SQLite database * [sql_query] 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