All Projects → wsdjeg → Mysql.vim

wsdjeg / Mysql.vim

Programming Languages

java
68154 projects - #9 most used programming language

##Mysql.vim

Build Status

vim plugin that support use mysql val vim

###commands

SQLGetConnection get the connection of mysql,need two args , uaername and password

SQLUse use database

SQLCloseConnection close the connection

SQLCreate create table example: SQLCreate product price int(25) name char(255)

SQLDrop drop table or database : SQLDrop table test or SQLDrop database product

SQLInsert insert date to table : SQLInsert user age name 12 james

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].