Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/core-go/cassandra
https://github.com/core-go/cassandra
cassandra cassandra-crud cassandra-search crud
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/core-go/cassandra
- Owner: core-go
- Created: 2021-05-08T09:55:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T10:42:43.000Z (6 months ago)
- Last Synced: 2024-11-11T17:18:50.347Z (2 months ago)
- Topics: cassandra, cassandra-crud, cassandra-search, crud
- Language: Go
- Homepage:
- Size: 130 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cassandra
- Cassandra Utilities## Installation
Please make sure to initialize a Go module before installing core-go/cassandra:```shell
go get -u github.com/core-go/cassandra
```Import:
```go
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