This repository has been archived on 2022-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
manual-en-US/chapter-01
2022-02-18 17:32:11 +08:00
..
1.engine.md Update documents 2020-03-27 14:29:41 +08:00
2.engine_group.md Update documents 2020-03-27 14:29:41 +08:00
3.policy.md Update documents 2020-03-27 14:29:41 +08:00
README.md update readme from mobile 2022-02-18 17:32:11 +08:00

Create ORM Engine

When using xorm, you can create one or more ORM engines in one application. XORM supports two kinds of engines, Engine and EngineGroup. An engine could operate one database and an engine group could handle Master/Slave situations. Both kinds of engines have similar APIs, so that you can easily change from one to another. We also provide an EngineInterface to do that.