Re: [Pharo-users] [ANN] ReStore for Pharo - object<>relational database framework

2019-12-08 Thread Pierce Ng
On Sun, Dec 08, 2019 at 01:09:29PM +, John Aspinall wrote: > https://github.com/rko281/ReStoreForPharo > > Initially ReStore supports SQLite via UDBC and PostgreSQL via P3; > kudos and thanks to the authors of these packages. Documentation > largely

Re: [Pharo-users] [ANN] ReStore for Pharo - object<>relational database framework

2019-12-08 Thread Tomaž Turk
that Glorp prepares directly to DB and pack the received resultset into an array structure. Best wishes, Tomaz -- Original Message -- From: "John Aspinall" To: pharo-users@lists.pharo.org Sent: 8.12.2019 14:09:29 Subject: [Pharo-users] [ANN] ReStore for Pharo - object&l

Re: [Pharo-users] [ANN] ReStore for Pharo - object<>relational database framework

2019-12-08 Thread Sven Van Caekenberghe
This looks great, John. Thank you for your contribution. > On 8 Dec 2019, at 14:09, John Aspinall wrote: > > Hello, > > At ESUG 2018 I gave a presentation on some aspects of ReStore, my > object<>relational database framework for Dolphin Smalltalk. Afterwards a > number of people asked if Re

[Pharo-users] [ANN] ReStore for Pharo - object<>relational database framework

2019-12-08 Thread John Aspinall
Hello, At ESUG 2018 I gave a presentation on some aspects of ReStore, my object<>relational database framework for Dolphin Smalltalk. Afterwards a number of people asked if ReStore was available for Pharo, the answer at the time unfortunately being “no". A year later I found myself with some