-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Supporting all association in SQLite needs too much work, especially when related to the association. The many-to-many relation is hard to implement in the project because it's so complicated and we need to deal with different edge cases.
In order to reduce the complexcity of this lib. We decided to remove the foreign key from the whole project and use binary to store these kinds of relation.