orm2 可以自动创建一个 table 吗?
Can orm2 create a table automatically?
我在 J2ee 中使用 Hibernate,当数据库没有时 table 框架可以创建 table 并且当字段更改时它可以更新数据库,orm2 可以完成吗?
作为this wiki pages explains, orm2 can create the database tables if they do not exist. Update of an database table is possible by another library, however i haven't tried this: https://github.com/dresende/node-orm2/issues/103
我在 J2ee 中使用 Hibernate,当数据库没有时 table 框架可以创建 table 并且当字段更改时它可以更新数据库,orm2 可以完成吗?
作为this wiki pages explains, orm2 can create the database tables if they do not exist. Update of an database table is possible by another library, however i haven't tried this: https://github.com/dresende/node-orm2/issues/103