Can GNU Smalltalk programs access databases?
By Paolo Bonzini - Posted on September 28th, 2007
Tagged:
Yes, versions starting with 3.0 have a DBI-like library supporting PostgreSQL, MySQL and SQLite. In addition, you can use Glorp to map objects and relational databases.
