Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.

Commit

Permalink
feat(fauna): use new Adapter API (#182)
Browse files Browse the repository at this point in the history
* feat(fauna): update schema files

* feat(fauna): rewrite to TypeScript

* test(fauna): update tests

* refactor(fauna): simplify codebase

* chore(deps): upgrade `next-auth`

* refactor(fauna): simplify code

* fix(fauna): finish `deleteUser` method

* refactor(fauna): rename indexes

* refactor(fauna): rename to schema.fql

* refactor(fauna): rename index

* refactor(fauna): use Do+ForEach instead of Let+Map

* test(fauna): fix tests

* fix(fauna): splice schema to collections and indexes

* docs(fauna): minor corrections
  • Loading branch information
balazsorban44 authored Aug 16, 2021
1 parent 5b129c3 commit d272b41
Show file tree
Hide file tree
Showing 41 changed files with 581 additions and 850 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ dev.db
.devcontainer
coverage
dev.db-journal
packages/prisma/prisma/migrations
packages/prisma/prisma/migrations
packages/fauna/fauna/migrations
Loading

0 comments on commit d272b41

Please sign in to comment.