Skip to content

Commit

Permalink
feat:databaseDriverAdaptations - Postgres|Sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
tksilicon committed Aug 4, 2020
1 parent ae779d5 commit 122dc19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import {
} from "../mod.ts";
import { clientTest, clientTestPostgres, clientTestSQLITE } from "../test.ts";

/** deno test --allow-net --allow-read --allow-write -c tsconfig.json */

@Model("users")
class UserModel extends BaseModel {
@Field({
Expand Down

0 comments on commit 122dc19

Please sign in to comment.