Re: Question/observation

2024-03-21 Thread G.W. Haywood
Test, please ignore. Sorry for the noise. On Thu, 21 Mar 2024, G.W. Haywood wrote: Hi there, On Wed, 20 Mar 2024, steve.etchel...@gmail.com wrote: I subscribed to an Apache mailing list (users@groovy.apache.org ) and the subscription process went smoothly.

SQL enhancement request

2024-03-21 Thread steve.etchelecu
Groovy team, It is my understanding (which can always be improved!) that Groovy SQL supports about 3 “families” of interaction methods – execute() and its variants, rows() and eachRow() for submitting SQL statements and processing any results generated. Each of them has a variety of sign

Re: SQL enhancement request

2024-03-21 Thread Blake McBride
Greetings, As sort of a side note, you may want to take a look at my Kiss open-source, full-stack web development framework. It includes a super easy to use SQL API that is accessible from Groovy. This API is currently being used in several large-scale, enterprise, production systems. kissweb.o