fauna-js
fauna-js copied to clipboard
Javascript driver for Fauna v10
When using `next dev` locally to develop, run into the following chatty warning (1000 warning logs per minute): ``` hot-dev-client.js:85 ./node_modules/fauna/dist/browser/index.js Critical dependency: require function is used in a way...
I have a case where formatting is set to simple and was surprised to see data not iterating as documented when using `client.paginate(fql...)`. Maybe just an update to the documentation...
It feels like something like this should work with this driver but it currently does not: ``` const enhancer = { field1: fql`collection.all().paginate(n)` } query(fql`Object.assign(someDocument, ${enhancer})`) ``` I'm getting an...
`ttl` can be set on a Document explicitly at creation time, updated later, or be set automatically at creation if a Collection's `ttl_days` is set. We should add this common...
Ticket(s): [FE-3105](https://faunadb.atlassian.net/browse/FE-3105) This PR shuffles types about how I have come to view them. I hope that it can be a good step toward clarifying the mental model for users...
Ticket(s): FE-### ## Problem ## Solution ## Result ## Out of scope ## Testing ---- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute...
The DX in the fauna shell is really good, and it would be really great to be able to use it "as is" in js/ts. Actually, I see 2 possible...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.2 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Hi folks, I think would be nice to have examples on README showing how to handle `abort()` errors. Thank you!
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@lukekarrys, @joaomoreno, @nicolo-ribaudo) Changelog Sourced from...