Categorygithub.com/core-go/cassandra
repositorypackage
0.1.7
Repository: https://github.com/core-go/cassandra.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

cassandra

  • Cassandra Utilities

Installation

Please make sure to initialize a Go module before installing core-go/cassandra:

go get -u github.com/core-go/cassandra

Import:

import "github.com/core-go/cassandra"

Features

SQL builder

  • Insert, Update, Delete, Find By ID

Decimal

  • Support decimal, which is useful for currency

Batch

  • Batch Insert
  • Batch Batch Update
  • Batch Insert or Update: support Oracle, PostgreSQL, My SQL, MS SQL Server, Sqlite

Repository

  • CRUD repository