1) Automating initial Python domain classes of existing database schema.
I've seen the docs for automap 
: http://docs.sqlalchemy.org/en/latest/orm/extensions/automap.html.
But could not make sense of how to make use of it.
What I was expecting was some way to generate a base set of Python classes 
off an existing Oracle database I have.
I hope to be able to adapt the base code and do things that are more domain 
specific as time progresses.
Is this feasible. If some can someone show me how to interrogate what is 
generated.
I was expecting Python code, but if it's somehow built it in the form of 
key/value pair dictionaries, that I can interrogate too that would be a 
starting point.
Some sort of blog post 

2. Also if anyone can recommend books/courses for an experienced developer 
to get to grips with Python quickly, I'd appreciate it. 
I am familiar with Java, Hibernate, Groovy, GORM, and things like Tuples 
from Angular4/Ionic3/Typescript and DDD.

Don't want to be doing hello world or learning what an if statement does 
etc... Real world example books. Something akin to Gary Mak's Spring 
Recipes book..


-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to