Database


OpenTAKServer uses SQLAlchemy to handle its database. SQLite is the default database engine. You can change this to any other database engine supported by SQLAlchemy using the SQLALCHEMY_DATABASE_URI option in config.yml. SQLAlchemy supports the following engines

See SQLAlchemy's documentation for more details.