mirror of
https://github.com/vlang/v.git
synced 2025-09-14 15:02:33 +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 mysql
|
||||
import db.mysql
|
||||
|
||||
fn main() {
|
||||
mut conn := mysql.Connection{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue