Hi All,

Spyne is an RPC toolkit that tightly integrates with SQLAlchemy. It's been in development for about two years, with its first stable release done very recently on October 29th.

You can visit Spyne's web site for more information: http://spyne.io

Spyne supports standard database types along with PostgreSQL's Xml, Json and Uuid types, and Point and Polygon types for Postgis-2.x.

It does convert nullable and max_length constraints for string types to DDL, but not constraints like regular expressions or list of allowed values (these are cought by Spyne's validator).

I'm subscribed to Stackoverflow's feed for the "spyne" tag, so I'll try to answer questions that you ask there.

I hope you find it useful. As usual, feedback, stars and patches are welcome :)

Best Regards,
Burak

Ps: Type conversion rules are here: https://github.com/arskom/spyne/blob/48468749309d61ec15a20578e624d8872d2c1fef/spyne/util/sqlalchemy.py#L235

--
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to