Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created March 23, 2019 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongorman/afd235189eb5240b72f3edc0eea7498e to your computer and use it in GitHub Desktop.
Save jasongorman/afd235189eb5240b72f3edc0eea7498e to your computer and use it in GitHub Desktop.
class NoSqlWriter
def write_nosql(output, db_type, url, user_name, password)
# pretend to write string to a NoSQL DB, but this is actually a dummy
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment