scylladb-zpp-2024-javascript-driver / scylladb-javascript-driver

Apache License 2.0
2 stars 0 forks source link

Basic support for connecting to DB #11

Open wprzytula opened 3 hours ago

wprzytula commented 3 hours ago

I think we already have this, don't we? @adespawn

adespawn commented 1 hour ago

https://github.com/scylladb-zpp-2024-javascript-driver/scylladb-javascript-driver/blob/86cddcc8c5000a2c8a4aba23234962cca53cc2bc/src/lib.rs#L11C14-L23

The current code is more of an example, how to connect to a database and it doesn't return any client state, to allow any further queries.