Garage

Garage is the relational database driver for Pharo. Garage provides a common API to connect with several database servers in a coherent way (JDBC like). Along with Garage, we provide implementations of several database drivers. Garage includes for the moment drivers for:

  • Sqlite3
  • Postgres V2
  • Mysql
  • OpenDBX

Introduction to garage

1. Installation

Installing Garage in many flavors. How to specify the driver you want and test your installation.

2. Basic Usage

Introduction to Garage. How to connect to a database and execute a query.

3. More docs...

Queries, transactions, prepared statements, cursored fetches.