wjonas·8 年前·議論For 2 reasons inserting is tricky and querying is not super intuitive.Example: I have 3 tables pages, page_blocks, and blocks.- Inserting blocks into a page is tough.- To query it's not very intuitive I would like to do.pages { blocks { id } }& notpages { page_blocks { blocks { id } } }
wjonas·8 年前·議論I have been playing around with it. It's great.Better support for ENUMS and MANY TO MANY relationships would be very needed though.
Example: I have 3 tables pages, page_blocks, and blocks.
- Inserting blocks into a page is tough.
- To query it's not very intuitive I would like to do.
pages {
}
& not
pages {