share / sharedb-postgres

PostgreSQL adapter for ShareDB
MIT License
46 stars 22 forks source link

Getting setup #7

Closed yarnball closed 1 week ago

yarnball commented 6 years ago

Hi,

You mention that this Doesn't support queries (yet?).. Does that mean it won't work with ShareDB queriers (like updating/modifying objects)?

Also, can you provide more detail on setting up?

I get the error: query DB method unimplemented

alecgibson commented 1 week ago

This adapter can use ShareDB by fetching individual Docs by ID, but not by using the ShareDB Query, which is why you're getting that error.

Closing as stale. Please reopen if you have further questions.