mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
vlib: move the mysql/sqlite/pg/mssql modules under vlib/db (#16820)
This commit is contained in:
parent
2d8f160ef1
commit
64558df764
76 changed files with 3668 additions and 320 deletions
|
@ -1,4 +1,4 @@
|
|||
import sqlite
|
||||
import db.sqlite
|
||||
|
||||
fn main() {
|
||||
db := sqlite.connect(':memory:')!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue