1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

orm: integrate psql to orm (#10933)

This commit is contained in:
Louis Schmieder
2021-07-24 19:49:40 +02:00
committed by GitHub
parent a0e27d3fd9
commit 1943da54a5
9 changed files with 619 additions and 9 deletions

View File

@@ -10,6 +10,7 @@ const (
skip_test_files = [
'vlib/context/deadline_test.v' /* sometimes blocks */,
'vlib/mysql/mysql_orm_test.v' /* mysql not installed */,
'vlib/pg/pg_orm_test.v' /* pg not installed */,
]
skip_fsanitize_too_slow = [
// These tests are too slow to be run in the CI on each PR/commit