Skip to content

v0.2.0

Compare
Choose a tag to compare
@kettanaito kettanaito released this 17 Apr 11:15

Breaking changes

  • Renames which to where in queries (#68):
db.user.findMany({
-  which: {
+  where: {
    id: { equals: "abc-123" }
  }
})

Features

  • Adds client-side synchronization between multiple open tabs (#66).