Search code examples
ponyorm

Can pony orm infer the database structure if I pass the sqlite file?


What the question said.

Basically can you do something like

db = pony_magic(filename)

And get the structure in db. For example have db.entities?


Solution

  • Pony cannot, but pony-inspect can.