N
Neon2y ago
stormy-gold

SQL HTTP API

Hi Is it possible to execute SQL queries (and transactions) via HTTPS with neon? Thanks
7 Replies
deep-jade
deep-jade2y ago
Our JS serverless driver does just that
stormy-gold
stormy-goldOP2y ago
Sorry I'm on the JVM Is there a serverless JDBC driver?
deep-jade
deep-jade2y ago
Not one that I know of. What's the usecase?
stormy-gold
stormy-goldOP2y ago
I need to connect to neon from a java lambda without having to create a connection pool from within the lambda
stormy-gold
stormy-goldOP2y ago
Similar pattern to the AWS Aurora Serverless Data API: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html
Using RDS Data API - Amazon Aurora
Learn how to use the RDS Data API with Aurora Serverless v1 and Aurora PostgreSQL DB clusters.
deep-jade
deep-jade2y ago
Ah ok. We did have someone with a similar requirement earlier in this discord. Let me find the thread https://discord.com/channels/1176467419317940276/1193786856215687238/1193786856215687238
stormy-gold
stormy-goldOP2y ago
Yeah I saw that I was wondering if the doco for the sql end point was available yet?

Did you find this page helpful?