Adding support for CockroachDB (Postgres fork)

This commit is contained in:
Miroslav Stampar
2020-01-21 23:19:11 +01:00
parent 4be7c7dcee
commit 20700fd6b9
5 changed files with 28 additions and 9 deletions

View File

@@ -70,6 +70,7 @@ class DBMS_DIRECTORY_NAME(object):
class FORK(object):
MARIADB = "MariaDB"
MEMSQL = "MemSQL"
COCKROACHDB = "CockroachDB"
class CUSTOM_LOGGING(object):
PAYLOAD = 9