You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.
cn.execute('SELECT raw, timestamp, id FROM "sensorData" ORDER BY id ASC;')
cn1.execute("CREATE TABLE IF NOT EXISTS test4 (id serial NOT NULL PRIMARY KEY, idsensor integer NOT NULL, idmeasure integer NOT NULL, timestamp timestamp NOT NULL, measuretype varchar(3), measurevalue varchar);")