Different DB? #260
S1L3NTANG3L
started this conversation in
General
Replies: 1 comment 1 reply
-
GarminDb can support any DB that SqlAlchemy does: https://docs.sqlalchemy.org/en/20/dialects/index.html. There might be some minor plumbing needed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Saw this section in the config file:
"db": {
"type" : "sqlite"}
is it possible to swap this out for a remote postgres or mssql db?
Some like:
"db": {
"type" : "postgres",
"database" : "garmin",
"host" : "192.168.100.100",
"port" : "5432",
"user" : "postgres",
"password" : "postgres"
}
Beta Was this translation helpful? Give feedback.
All reactions