Thanks for this; I am a huge fan of this approach, and I really like the section of your README titled "Design, Origin, Philosophy, and History." Thanks.
You've consipicuously avoided mentioning NoSQL in the README, but the question is inevitible and so I'll ask it: do you have any roadmap plans to add support for non-SQL DBs? If not, why not?
Thanks again.
--- SER
I don't think I "conspicuously" avoided NoSQL. NoSQL just operates differently than relational, SQL databases do. xo uses the databases' internal schema
(pg_catalog in postgres, information_schema on mysql, etc) to query the relationships and generate the types/funcs associated with it. I actually was thinking of adding support for MongoDB and possibly Cassandra (as I believe they have equivalents to "information_schema"), but I don't know how useful this would actually be to anyone, as part of the flexibility in using "NoSQL" is not conforming to a schema.
To be honest, xo at the moment is not very feature complete. The internal tool I've been writing xo to replace has a lot more functionality and generates a lot
Have a look at https://github.com/xormplus/xorm
A really cool ORM
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.