# Functions
NewCouchbaseEngine factory method for creating couchbase engine.
NewTimescaleEngine factory method for creating timescale engine.
# Structs
CouchbaseEngine implements NoSQLEngine.
FatalError implements error, indicates connection lost, action needs to be taken.
TimescaleEngine implements SQLEngine.
# Interfaces
NoSQLEngine represents a nosql db engine.
SQLEngine represents a sql db engine.