issues
search
ProyectoRespira
/
data_retriever
Creates a mirror from mysql remote database to local postgres database
GNU General Public License v3.0
0
stars
0
forks
source link
Working version
#5
Closed
vnbl
closed
7 months ago
vnbl
commented
7 months ago
tested this version and it works:
initializes db by creating all tables (if they don't already exist)
creates stations in Stations table (if they don't already exist - checks if I added info about new stations)
first test retrieved all data from the mysql database
ran the code a few more times, it retrieves only new measurements
tested this version and it works: