mirror of
https://github.com/vlang/v.git
synced 2025-09-08 14:51:53 -04:00
darwin not supported yet
This commit is contained in:
parent
d54bbc8737
commit
c5fa99c66c
@ -1,5 +1,5 @@
|
||||
fn test_sqlite() {
|
||||
$if darwin {
|
||||
$if mac {
|
||||
db := sqlite.connect('users.db')
|
||||
db.exec("create table users (id integer primary key, name text default '');")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user