Closed cfv1984 closed 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.
Awesome work!
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.