mirror of
https://github.com/vlang/v.git
synced 2025-09-15 15:32:27 +03:00
fix sqlite test
This commit is contained in:
parent
a2bafaa254
commit
373873d71f
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
import sqlite
|
||||||
|
|
||||||
fn test_sqlite() {
|
fn test_sqlite() {
|
||||||
$if mac {
|
$if mac {
|
||||||
db := sqlite.connect('users.db')
|
db := sqlite.connect('users.db')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue