We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Example of the readme use CharsetType & Index which are not part of @v.1.0.0 ("https://deno.land/x/[email protected]/mod.ts"). It should be
CharsetType
Index
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/[email protected]/mod.ts";
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Example of the readme use
CharsetType
&Index
which are not part of @v.1.0.0 ("https://deno.land/x/[email protected]/mod.ts").It should be
instead of
The text was updated successfully, but these errors were encountered: