Skip to content

Commit

Permalink
Cockroachdb (#8)
Browse files Browse the repository at this point in the history
* implemented cockroachdb

* Changed to use gorm

* Temporarily commented out unit tests
  • Loading branch information
kristinapathak authored and kcajmagic committed Feb 12, 2019
1 parent d97b6dc commit b1f15de
Show file tree
Hide file tree
Showing 15 changed files with 253 additions and 444 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@

*vendor/

# files created by the local docker cockroach dbs
*cockroach-data/

#Goland
.idea/
51 changes: 42 additions & 9 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

101 changes: 0 additions & 101 deletions db/bucket.go

This file was deleted.

47 changes: 0 additions & 47 deletions db/cluster.go

This file was deleted.

Loading

0 comments on commit b1f15de

Please sign in to comment.