mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
pg: fix compilation
This commit is contained in:
@ -12,7 +12,7 @@ fn test_orm() {
|
||||
db := pg.connect(
|
||||
dbname:'vpm'
|
||||
user:'alex'
|
||||
)
|
||||
) or { panic(err) }
|
||||
/*
|
||||
//nr_modules := db.select count from modules
|
||||
//nr_modules := db.select count from Modules where id == 1
|
||||
|
Reference in New Issue
Block a user