import os
import sqlalchemy
size = -1 if 'size' not in args else int(args['size'])
# # return p and q
class SQLiteWriter(SQLite,DiskWriter) :