You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, this looks like a really cool project! The readme mentions that this is the foundation for upcoming ORM - is it going to be a high-level SQL ORM like diesel, or are you developing something else?
The text was updated successfully, but these errors were encountered:
SeaORM will feature atomic document read & write on relational databases like MySQL and PostgreSQL. Providing similar document concept in NoSQL databases such as MongoDB but the data will be stored across multiple tables in relational database.
My 2 cents, I guess it will be more like TypeORM (we are heavily inspired) than diesel, meaning with features catered for web development in mind, like utilities for filtering, sorting and paging and many joins!
Hey, this looks like a really cool project! The readme mentions that this is the foundation for upcoming ORM - is it going to be a high-level SQL ORM like diesel, or are you developing something else?
The text was updated successfully, but these errors were encountered: