# Functions
Initialize initializes a rethinkdb store adapter.
InitializeWithFlags should be called after RegisterFlags and flag.Parse to initialize a rethinkdb adapter using flag values.
New creates an instance of a Store.
RegisterFlags register the flags used by InitializeWithFlags.
# Constants
DefaultDB is the default database.
DefaultHard is whether to use hard durability by default.
DefaultURL is the default URL of the database.
Description is the description set in the store's information.
Name is the name set in the store's information.