Description
I am writing a database library for many basic functions for many database types. I found your library and it coincides a lot with my own methodology concerning query generation. I am leaving an Query.raw() function available for more advanced queries, but one thing that seems to be missing from your library is $alterTable as opposed to $createTable.
I am going to check out the forks of your library to see if someone else has added such functionality but I was hoping you might be spurred to create an update to this and npm. I am currently writing my own query language and translators to work with many database types from Mongo to MsSql, Couch, Cockroach, and even Oracle. I was going to use Knex.js, but its methodology is not the same.
In any case, Thank You for this cool library. Ill have a credits page somewhere with all the packages used in the projects.