libsql / libsql-client-java

Java client API for libSQL
MIT License
15 stars 2 forks source link

Publish on Maven Central #2

Open penberg opened 1 year ago

penberg commented 1 year ago

I opened a ticket for a "org.libsql.client" group ID: https://issues.sonatype.org/browse/OSSRH-90878

maxandersen commented 1 year ago

any update now that OSSRH-90878 closed in April?

penberg commented 1 year ago

Hey @maxandersen! I haven't published anything on Maven central because nobody really asked for it. Also, I think we probably should just switch to a JDBC model for this driver instead to be more useful to people, which is why I haven't improve this.

maxandersen commented 1 year ago

Yeah. It was me looking for jdbc driver for Turso that got me here.

Btw. Even using this manually didn't work for me - it gives me 401 for the https url with full token so was wondering if something changed or missing ?

penberg commented 1 year ago

Hey, works fine on my machine. Did you create the access token with turso db tokens create <database name>?

maxandersen commented 1 year ago

yes. no luck.