Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostgreSQL uuid & hstore types #3

Closed
sublimator opened this issue Apr 21, 2013 · 5 comments
Closed

PostgreSQL uuid & hstore types #3

sublimator opened this issue Apr 21, 2013 · 5 comments
Assignees

Comments

@sublimator
Copy link

This project looks fantastic :)

I grepped for uuid in the examples, yet found no instances.

Would love to see support / examples.

Where's the buy now :) ?

@ghost ghost assigned kozlovsky Apr 25, 2013
@JakeAustwick
Copy link

Any updates on this? hstore and JSON support in PonyORM would be awesome.

@kozlovsky
Copy link
Member

The UUID support is already here. I hope that hstore and JSON will be supported soon. Right now we are busy with bringing Pony ORM objects to the JavaScript side (for building rich web applications). After we finish this, we can add hstore/JSON support.

@tonycpsu
Copy link

tonycpsu commented Apr 3, 2015

+1, this would be excellent.

@edgesite
Copy link

#165
I added list/jsonb converter.

@kozlovsky
Copy link
Member

We added support of jsonb type in PostgreSQL as well as equivalent types for other databases in PonyORM 0.6.6. It seems that jsonb type is superior to hstore, so it is not necessary to add hstore support except for working with legacy database schemas. For that reason I close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants