bs-sql-composer icon indicating copy to clipboard operation
bs-sql-composer copied to clipboard

A library for SQL composition in BucklesScript

Results 2 bs-sql-composer issues
Sort by recently updated
recently updated
newest added

Example [https://repl.it/@idkjs/KnownLinearBase](https://repl.it/@idkjs/KnownLinearBase) How would you model the following with this library? ```sql SELECT 'The time is ' || time('now'); SELECT 'Tomorrow will be ' || date('now', '+1 day'); SELECT 'Today...

As a query is built the query object should in in different variant states and the query methods should limit their input based upon these variants. * I think this...

enhancement