Skip to content

Examples from the readme file do not work. #39

Description

@EnricoVogt

The Example of the readme use CharsetType & Index which are not part of @v.1.0.0 ("https://deno.land/x/dso@v1.0.0/mod.ts").
It should be

import {
  BaseModel,
  Defaults,
  dso,
  Field,
  FieldType,
  CharsetType,
  Index,
  IndexType,
  Join,
  Model,
  Where
} from "https://raw.githubusercontent.com/manyuanrong/dso/master/mod.ts";

instead of

import {
  BaseModel,
  Defaults,
  dso,
  Field,
  FieldType,
  CharsetType,
  Index,
  IndexType,
  Join,
  Model,
  Where
} from "https://deno.land/x/dso@v1.0.0/mod.ts";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions