-
-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
enhancementNew feature or requestNew feature or request
Description
PosgreSQL is required by: #213
But I think first we need an ORM adapter to support most of common DBs.
Some ORM libs I can find are:
- https://github.com/rbock/sqlpp11 (2k stars!)
- https://github.com/BrainlessLabs/bun (94 stars)
- https://github.com/silverqx/TinyORM (only 11 stars:( )
- https://codesynthesis.com/products/odb/
- https://litesql.org/
Our requirements are:
- A modern ORM framework, no old-school thing. Source code should be hosted at GitHub
- Support all OSs like Casbin-CPP, it should not limit our user scope
- Support most popular DBs, like MySQL, PosgreSQL, SQL Server, Oracle
- Easy to use, like the Go or Java ORM
- Performance should be OK (not too slow)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request