scylladb / gocql

Package gocql implements a fast and robust ScyllaDB client for the Go programming language.
https://docs.scylladb.com/stable/using-scylla/drivers/cql-drivers/scylla-go-driver.html
BSD 3-Clause "New" or "Revised" License
189 stars 59 forks source link

docs: add data types and quick start #323

Closed DanielHe4rt closed 2 weeks ago

DanielHe4rt commented 3 weeks ago

I was looking after the Data Types cheatsheet and after a while I found at GoCQLX Example file. IMHO this information should be more straightforward as possible.

Also added an "Quick Start" section to give some orientation for a driver newcomer to see it run ASAP.

New Content:

DanielHe4rt commented 3 weeks ago

@dkropachev @sylwiaszunejko please, review when you have some time.