如果我传递sqlite文件,pony orm可以推断出数据库结构吗?

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

问题说的是什么。

基本上你可以做类似的事情

db = pony_magic(filename)

并获取数据库中的结构。例如有 db.entities?

Pony 不能,但是 pony-inspect 可以。