swoft-cloud / swoft

🚀 PHP Microservice Full Coroutine Framework
https://swoft.org
Apache License 2.0
5.58k stars 786 forks source link

Some Suggestions on the swoft framework #933

Open RuizhaoLee opened 5 years ago

RuizhaoLee commented 5 years ago

:hammer: Beans are not managed in an elegant way. It is recommended to refer to the springBoot framework to load the injection in the Application class in the form of annotations. :hammer: ORM relationships; :hammer: support postgresql/MongoDb; :hammer: GRPC is recommended to be supported;

sakuraovq commented 5 years ago

postgresql already supported

stelin commented 5 years ago

Thank for your suggestions.

pgsql is supported,https://www.swoft.org/docs/2.x/en/extra/postgresql.html

stelin commented 5 years ago

ORM relationships will be use annotation to realize. 2.0.8

stelin commented 5 years ago

GRPC wiil be supported on 2.0.9

yzrzr commented 5 years ago

有没有mongodb连接池的实现

hotrush commented 5 years ago

Relations are really needed, +1 for them. Do you have any ETA for 2.0.8?