Different DB? #260
S1L3NTANG3L
started this conversation in
General
Replies: 2 comments 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
-
Hi @tcgoetz , I've built a UiPath automation around your work that automatically syncs the data to an MS SQL server once a day if you want to have a look. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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