Improve many to many support

Now it is kinda tricky saving many to many relationships… would be nice if there was more support for this.

You can create model for the table which is responsible for storing relationships. In this scenario, you are not forced to use pure sql, it is usually done because of performance consideration.