© 2026 Hedgehog Software, LLC
drizzle-orm/mysql2
[ id: 10, name: "Dan", posts: [ { id: 1, content: "SQL is awesome", authorId: 10, }, { id: 2, content: "But check relational queries", authorId: 10, } ]
[ { id: 10, name: "Dan", posts: { id: 1, content: "SQL is awesome", authorId: 10, } }, { id: 10, name: "Dan", posts: { id: 2, content: "But check relational queries", authorId: 10, } } ]