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 Apr 12, 2023. It is now read-only.
# share_id is of length 11, file_id is of length 40, separete by a ':'
cur.execute("CREATE TABLE record (id char(52) PRIMARY KEY, name TEXT, size INTEGER, tsv TSVECTOR GENERATED ALWAYS AS (to_tsvector('jiebacfg', name)) STORED);")
for key in keys:
print(key)
cur.execute("INSERT INTO record (id, name, size) VALUES (%s, %s, %s);",