Vino 0.1.0

Vino ay hindi ORM. Oo, ito ay totoo, hindi ORM. Magsimula Ang isang mabilis na pagtingin sa Vino:# Pag-setup# Db = Vino ('engine: // user: passwd @ host: port / database')db = Vino ('SQLite: //db.sqlite')# Querydb.table ('user')....