Andrzej Kostanski
Andrzej Kostanski
Using --schema flag for having dump schema level granularity improved per schema filtering, make COPY less error prone changed DELIMITER, QUOTE and ESCAPE for better handling of complicated data type...
Hi @mla ! Thanks for the **awesome job you have done** by delivering that nice tool ;-) I found it very useful. I have an idea for improvement (just have...
HTML supports simply searchable select field out of the box https://www.w3schools.com/tags/tag_datalist.asp  It will be cool to have it via some widget for standard `wtforms.fields.SelectField` without need to use some...
Could you modify it somehow that running installation with PIP does not require sudo. (Mac OS X)
 the postgraphile query: ``` query findNearby($point: GeoJSON) { allApiDjtinderusers ( filter: { lastLocation: { equals: $point } }) { nodes { id lastLocation { geojson srid y x }...