jawj / zapatos

Zero-abstraction Postgres for TypeScript: a non-ORM database library
https://jawj.github.io/zapatos/
Other
1.3k stars 46 forks source link

Docs typo #90

Closed vjpr closed 3 years ago

vjpr commented 3 years ago

https://jawj.github.io/zapatos/#configure-it

"schemas": {
  "public": {
    "include": "*",
-    "exclude: []
+    "exclude": []
  }
}
jawj commented 3 years ago

Thanks! I'll fix this in the zapatos-docs repo, where the docs are generated.