Skip to content

Commit

Permalink
Merge pull request #842 from rubytoolbox/revert-841-revert-783-patch-2
Browse files Browse the repository at this point in the history
SQL Database: add cassandra (continued)
  • Loading branch information
colszowka authored Jan 26, 2024
2 parents cf79518 + cdec0b7 commit 581044c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
11 changes: 11 additions & 0 deletions catalog/Data_Persistence/cassandra_clients.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Cassandra Clients
description: Apache Cassandra is a distributed open source NoSQL database. These libraries allow you to interface with it.
projects:
- cassandra
- cassandra-cql
- cassandra-driver
- cassandra-orm
- cassandra-schema
- cassandra-utils
- cassandra_record
- cassie-rails
4 changes: 3 additions & 1 deletion catalog/Data_Persistence/couchdb_clients.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: CouchDB Clients
description:
description: |
Apache CouchDB is an open source NoSQL JSON document storage database with an HTTP API. These libraries enable you to interface
with it from Ruby.
projects:
- couch_potato
- couchdb
Expand Down
2 changes: 1 addition & 1 deletion catalog/Data_Persistence/mongodb_clients.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: MongoDB Clients
description:
description: MongoDB is a source-available NoSQL document database. These libraries allow you to interface with it.
projects:
- mince
- mongo
Expand Down

0 comments on commit 581044c

Please sign in to comment.