Compare commits

..

2 Commits

Author SHA1 Message Date
Jacob Hinkle
e4b380b2c1 Merge branch 'master' of git.jhink.org:jacob/nancy 2022-09-28 12:20:14 -04:00
9fb399a3d9 Remove stale trivial_save.py example 2022-09-28 12:15:24 -04:00

View File

@ -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")