7 lines
149 B
Python
7 lines
149 B
Python
from v25.storage.dbstorage import DBStorage
|
|
|
|
# sqlite:///test.db
|
|
storage = DBStorage(input('db:'))
|
|
|
|
storage.ssssj(input('subject:'), input('json:'))
|