nuxt-edgedb
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Nuxt EdgeDB

Development

  • Run pnpm dev:prepare to generate type stubs.
  • Use pnpm dev to start playground in development mode.
insert Person {
  name := 'Timothée Chalamet'
};

insert Movie {
  title := 'Dune',
  release_year := 2020,
  actors := (
    select Person
    filter
      .name = 'Timothée Chalamet'
    )
}

Readme

Keywords

none

Package Sidebar

Install

npm i nuxt-edgedb

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

5.08 kB

Total Files

10

Last publish

Collaborators

  • ohmree