Skip to content

Commit

Permalink
Merge pull request #29 from taylorhickem/v200-generictable
Browse files Browse the repository at this point in the history
V200 generictable
  • Loading branch information
taylorhickem authored Nov 19, 2023
2 parents e89a5e5 + 644281e commit c160321
Show file tree
Hide file tree
Showing 9 changed files with 709 additions and 92 deletions.
9 changes: 3 additions & 6 deletions dbsync_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@
"database": "sqlite:///hours.db"
},
"slave": {
"db_type": "mysql",
"database": "hours",
"login": "mysql+pymysql://{user}:{pw}@pcl-automation-mysql.camy7dtgzd7a.ap-southeast-1.rds.amazonaws.com/{db}",
"username": "admin",
"password": "Saturday$2022"
"db_type": "generic",
"generic_type": "aws_dynamodb"
},
"tables": {
"logs": {
"tgevents": {
"last_modified": "last_updated",
"key": "timestamp"
}
Expand Down
Loading

0 comments on commit c160321

Please sign in to comment.