dresende / node-sql-query

NodeJS SQL query builder
122 stars 103 forks source link

Added a CREATE TABLE builder #33

Closed cfv1984 closed 10 years ago

cfv1984 commented 10 years ago

Hi! I found your query builder after getting fed up with Knex and looking for something that just wanted to build queries for me.

I needed a CREATE TABLE type helper so I made one, and might eventually add an ALTER of sorts.

Queries generated have been tested in SQLite and MySQL, I have no clue as to the validity of the Postgres ones.

dxg commented 10 years ago

Awesome work!