bedquilt-core icon indicating copy to clipboard operation
bedquilt-core copied to clipboard

A JSON document store on PostgreSQL

Results 9 bedquilt-core issues
Sort by recently updated
recently updated
newest added

Currently most cloud offerings do not allow for python based extensions (example: aws RDS) but allow for plv8. Any plans to break that dependency ? I noticed that there is...

- Should allow for partial updates of a document - update, update_one, update_one_by_id

enhancement
help wanted

We could use postgres schemas to namespace collections. Needs quite a bit of thought

enhancement

More something to keep an eye on than an actionable task on this project, but we should ensure that bedquilt clients support optional transactions. The default behaviour should be for...

enhancement
client-related

We need: - brew package - Linux packages (at least debian and ubuntu) - super-easy way of installing bedquilt-core on top of a postgres-9.5 installation

enhancement
help wanted

Enough said

help wanted
client-related

enhancement
client-related

This is essential for decent index performance. And could enable joins between collections. Vague Requirements: - When an index is added, create a column for that field, and copy the...

enhancement

As described, we should have a Go driver

enhancement
help wanted
client-related