Querier – simple relational database access
Tue, July 14, 3:00pm – 3:15pm
Video: https://www.youtube.com/watch?v=c2yhd8BjFjU
First Name: Michal
Last Name: Balda
Type: Talk
Abstract: Querier is a library which simplifies the usage of relational
databases in Pharo. It directly exposes tables and rows, there is no ORM
layer. Table querying uses a collection-like interface, queries are
built transparently and executed lazily. Simple and effective access to
related tables is one of the key features of Querier.
Bio: Michal Balda is a web developer, coming from the Czech Technical
University in Prague. He's currently using Pharo and Seaside to build a
commercial web application in a university research project.