Hi, nice to meet you all :)
As my first Smalltalk attempt I have written a mini orm for Postgres, based on the P3-library.
Some features:
- Closely connected to sql
- Easy to use
- Runtime compiled methods based on server side statements
- Generated methods for insert, update on method objects
- Generate tables
It can be found here:
https://github.com/pegesund/heysqlI did also write something about the code, Pharo and what I think on my kind-of-blog, if anyone is interested:
https://ramblings.work/posts/2019-02-10-heysql.htmlBest regards,
Petter Egesund