Hi Arthur, On Sun, 4 Dec 2016 05:20:17 -0200 Arthur Maciel <[email protected]> wrote:
> For the sake of syntax convenience when prototyping *simple* DB > programs, I've written an egg to produce SSQL [1]. In *NO WAY* it is > supposed to be an ORM to DBs. > > I'd love to hear comments and critics about the code [2]. Programming > is just a hobby which I perform badly. > > CHICKEN maintainers, if possible, please add it to the coop [3]. > > [1] http://wiki.call-cc.org/ssql-record > [2] > https://github.com/arthurmaciel/ssql-record/blob/master/ssql-record.scm > [3] > https://github.com/arthurmaciel/ssql-record/blob/master/ssql-record.release-info Thanks for your egg. Before we add it to the coop, there are a couple of things that have to be fixed: * https://github.com/arthurmaciel/ssql-record/get/0.1.tar.gz (referenced from ssql-record.release-info) gives a 404. * salmonella catches multiple mistakes. * Egg documentation should go to http://wiki.call-cc.org/egg/ssql-record (note the "egg" component in the path). To identify the problems you can use salmonella or https://github.com/mario-goulart/test-new-egg . The latter will also use henrietta-cache to check if the egg code can be downloaded. All the best. Mario -- http://parenteses.org/mario _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
