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