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

sqlite example

This commit is contained in:
Alexander Medvednikov
2019-10-28 00:10:39 +03:00
parent 16c4415d4c
commit 1ac1626357
3 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,3 @@
fn test_sqlite() {
// TODO
}