+1 for Spark. It is one of the few tech products that is truthful when it 
says, "you'll have your first example running in five minutes".

The solution you propose would involve would establish a connection for 
each query? I'd imagine that would not perform too well. 

I suggest establishing a connection once with one API call, which returns a 
token. Then use that token with future queries instead of supplying the 
credentials with each API call.



On Friday, 24 February 2017 07:34:53 UTC+1, Christian MICHON wrote:
>
> Jruby was used to write an proxy data API server using Sequel and Roda. 
> Since it's ruby inside java, connections to H2 are fully supported via 
> Sequel.
>
> For the container, I used Puma.
>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to