manyuanrong / dso

Simple Orm library for Deno based on deno_mysql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Github Actions/Docker for Postgres and Sqlite

tksilicon opened this issue · comments

Github actions is needed for Postgres and Sqlite. Please @afinch7 could you help out. Because of Sqlite, run test becomes:

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

Test passes for MySQL but the added drivers are failing. @manyuanrong.

See Pull Request Test.

This is Postgres configuration.

const config2 = { user: "thankgodukachukwu", database: "test_orm", hostname: "127.0.0.1", password: "", port: 5432, };

Has been resolved.