bbob

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 29, 2022 License: BSD-3-Clause Imports: 7 Imported by: 0

README

bbob

Short for bob the builder, BBob is a Database Intializer Written in Golang.

Supported Databases

  • MySQL
  • PostgreSQL
  • SQLite
  • MongoDB
  • Cassandra

Installation

go get github.com/karim-w/bbob@latest

Usage

bbob -config config.yaml

Configuration

# config.yaml
sql:
  - databaseDsn: "w/e"
    databaseType: postgres
    databaseNames:
      - bob_the_builder_postgres
cql:
  - urls:
      - "w/e"
    username: "w/e"
    password: "w/e"
    class: "SimpleStrategy"
    replicationFactor: 1
    keyspaces:
      - bob_the_builder_cassandra

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Authors

  • karim-w

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL