squirrel
squirrel copied to clipboard
Request: CreateBuilder?
I'm trying to dynamically generate Create table/view statements for presto in my application, based on JSON-files located on S3. Are there any plans for a CreateBuilder in squirrel?
I'm also looking for good examples on how to generate CREATE statements with squirrel and would be very grateful for any tips on where to find that.
Thanks, Bjørn
This issue might be old, but I'm developing a query builder as an extension of Squirrel. It's fairly new, but gets the job done.
https://github.com/aldy505/bob