Compare commits
2 Commits
2d5816a504
...
e4b380b2c1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4b380b2c1 | ||
| 9fb399a3d9 |
@ -1,10 +0,0 @@
|
||||
import nancy
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
# Inspect the schema of the default in-memory database (created on first
|
||||
# import of nancy module)
|
||||
for c in nancy._conn.iterdump():
|
||||
print(c)
|
||||
|
||||
nancy.save_data({}, desc="This example script actually saves nothing")
|
||||
Loading…
x
Reference in New Issue
Block a user