postgresql-for-doctrine icon indicating copy to clipboard operation
postgresql-for-doctrine copied to clipboard

Enum type

Open bednic opened this issue 5 years ago • 4 comments

Hi, I have a question. Is it possible to add enum type? I really like your work, it contains most missing features of postgres database. Only one thing missing and that's enum. It's just idea. It's could save me another library or some coding, if u add that to this lib.

bednic avatar Apr 16 '19 08:04 bednic

I should have some time next week to work in this.

martin-georgiev avatar Apr 16 '19 08:04 martin-georgiev

Thx man! 👍

bednic avatar Apr 16 '19 08:04 bednic

If you use Symfony https://github.com/fre5h/DoctrineEnumBundle would be your best go-to option for enum's. It should cover your needs and is actively maintained.

martin-georgiev avatar Apr 24 '19 22:04 martin-georgiev

I'm not. The reason why I want enum in this project is I don't want to install library per problem. But nwm, if you won't to add it, I'll write enum impl. myself 😉

bednic avatar Apr 25 '19 14:04 bednic