Open avelino opened 5 years ago
Simillar to this Point: https://github.com/pydio/cells/issues/319.
Also did you guys heared from gorm ? Pretty good library for also handling multiple DB backends. https://gorm.io/
The POC has not been updated in quite a while. Is it able to just be rebased on master?
hello! very probably ... not. we have not put much effort on that PG support lately.
Postgres is very popular now a days and easy to configure it would be best if it available as an option
We are working on it. Stay tuned.
Any updates on this?
yep - it's going well in the current development cycle. Target for v5, ~mid november
Any update on v5?
it's getting well. Rewriting the whole sql layer was not that easy ;-) we hope to provide an alpha very soon, stay tuned
Hi,
We have been working on a first PoC a few weeks ago, (see branch
pgsql-poc
) and had been able to start Cells with servicepydio.grpc.acl
backed by a PostgreSQL DB.This helped us to have a better overview of what has to be done and there is some work at hand, that is mainly:
init
phase of the service from MySQL syntax to PGSQL syntax: the place holder in prepared statements depend on the adapter (e.g. ? mysql, $1 postgres, ? sqlite3)We do not really have the time to do this alone by ourselves in a very near future, yet we think this is a good candidate for a community driven effort to which we would take part.
Would anyone be interested to take part in the process?