-
-
Notifications
You must be signed in to change notification settings - Fork 311
Open
Labels
Description
Description
This module is a wrapper around Gel Database client. It's a fork of the https://github.com/Tahul/nuxt-edgedb module which is already registered in this repo.
I saw that the module authors are inactive with no changes made to the project for around a year. The module also worked with EdgeDB version 4. At present, EdgeDB is on version 6 (with 7 to be released soon) and renamed to Gel (geldata.com).
Effectively this module is a reskin of the previous one (with some changes - see below), with all relevant credits to original creators in the README.
Important changes:
- Renamed all relevant module features (composables, components, hooks, etc) from EdgeDb to Gel.
- Adopted "branch" sematics instead of "database" - as per EdgeDB version 5.
- Changed Auth routes to use
/branch/
instead of/database/
+ use__default__
branch name. - Support
GEL_
env vars overEDGEDB_
Beyond that, functionality is identical for now.
Repository
https://github.com/veritymedia/nuxt-gel
npm
https://www.npmjs.com/package/nuxt-gel-module
Nuxt Compatibility
Nuxt 3