scylladb / scylla-go-driver

Experimental, high performance Scylla Driver, University of Warsaw students' project
Apache License 2.0
151 stars 7 forks source link

Examples & Code Migration Guide for Gocql #298

Open steve-gray opened 1 year ago

steve-gray commented 1 year ago

In terms of migrating code over to this, it'd be great if there were:

... in the README (and/or an examples folder).

The context being, we've just open sourced Charybdis, our solution for providing a generics-aware typed wrapper around gocql/gocqlx at https://github.com/zeroflucs-given/charybdis - and we'd be very, very keen to give this a look to swap out our underlying usage of gocql/gocqlx if its in a place where this can happen but not really sure where to start with it, or where the dragons might be.