MobilityDB SQLAlchemy¶
MobilityDB extensions for SQLAlchemy.
Specifically, the following column types are provided, which can be used in SQLAlchemy models defined using the declarative API:
-
class
mobilitydb_sqlalchemy.types.TGeomPoint
-
class
mobilitydb_sqlalchemy.types.TFloat
-
class
mobilitydb_sqlalchemy.types.TInt
-
class
mobilitydb_sqlalchemy.types.TBool
Installation¶
pip install mobilitydb_sqlalchemy
For getting started with MobilityDB SQLAlchemy, read our Quickstart