Skip to content
#

scylla

Here are 18 public repositories matching this topic...

bhalevy
bhalevy commented May 15, 2019

Currently, there are no clear guidelines for determining when to log messages and what category to give them. We need to address the following, to begin with:

  • Distinguishing TRACE vs. DEBUG messages.
  • What events should be logged with INFO messages?
  • When actions fail:
    • When to throw an exception and when to log.
    • When to WARN vs. when to log an ERROR.
mmatczuk
mmatczuk commented Aug 1, 2017

Flags

We need pretty much all the flags from https://github.com/volatiletech/sqlboiler#initial-generation, schema should be replaced with keyspace and models should be written to models/keyspace.

Output

For every table in a given keyspace generate Table metatata.

// TableName is generated metadata for <keyspace>.<table_name>.
struct TableName {
    Keyspace string
    Name 

Improve this page

Add a description, image, and links to the scylla topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scylla topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.