[h2] Re: connecting to h2 from non-java languages

2017-02-24 Thread Adam McMahon
>> The solution you propose would involve would establish a connection for each query? I'd imagine that would not perform too well. I agree that it would not perform too well to establish a new connection at each query. Instead, I plan on using "long-lived" jdbc connections. At a client's fir

[h2] Re: connecting to h2 from non-java languages

2017-02-24 Thread Manfred Rosenboom
Maybe this project is what you are looking for https://github.com/bjornharrtell/jdbc-http-server Best, Manfred -- 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 h

[h2] Re: connecting to h2 from non-java languages

2017-02-24 Thread Steve McLeod
+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 co