forked from apache/cassandra-gocql-driver
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some inline code comments for beginners
The program panics when the keyspace or table was not available. The querying part failed when an index was not prebuilt. These information may be common knowledge for Cassandra experts. But I was a beginner who was considering cassandra and gocql over sqlite and had to spend time finding these pre-requisite cql instructions myself. Since it is the basic example, Documenting these CQL queries will help beginners.
- Loading branch information
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,3 +28,4 @@ Ben Frye <[email protected]> | |
Fred McCann <[email protected]> | ||
Dan Simmons <[email protected]> | ||
Muir Manders <[email protected]> | ||
Sankar P <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters