bedquilt-core
bedquilt-core copied to clipboard
A JSON document store on PostgreSQL
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
We could use postgres schemas to namespace collections. Needs quite a bit of thought
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...
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
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...