SqueakDBX

The relational access answer for Squeak/Pharo

Asynchronous queries

SqueakDBX, when possible, uses asynchronous queries.

Unfortunately, only some database client libraries support real asynchronous queries and important ones like e.g. MySQL and Oracle don’t.

This are the combinations that work:

  • MSSQL/All
  • PostgreSQL/Linux
  • SQLite/All
  • SQLite3/All

PostgreSQL/Windows and Sybase might be possible but aren’t implemented yet.