On 02Feb2014 07:41, Rita wrote:
> Thanks for the response Cameron. No amount of 'googling' could provide me
> with that caliber response :-)
>
> So, it seems regardless I would need a database.
To use SQLA, yes.
The SQLite backend is a very cheap/easy way to start; local files,
no server needed
Thanks for the response Cameron. No amount of 'googling' could provide me
with that caliber response :-)
So, it seems regardless I would need a database.
On Sun, Feb 2, 2014 at 1:58 AM, Cameron Simpson wrote:
> On 01Feb2014 20:46, Rita wrote:
> > I want to learn more about ORMs so I stumbl
On 01Feb2014 20:46, Rita wrote:
> I want to learn more about ORMs so I stumbled upon, SqlAlchemy.
>
> If i had a JSON document (or XML, CSV, etc.._) is it possible to convert it
> to a SQLAlchemy objects? I like the ability to query/filter (
> http://docs.sqlalchemy.org/en/rel_0_9/orm/tutorial.ht
Hello,
I want to learn more about ORMs so I stumbled upon, SqlAlchemy.
If i had a JSON document (or XML, CSV, etc.._) is it possible to convert it
to a SQLAlchemy objects? I like the ability to query/filter (
http://docs.sqlalchemy.org/en/rel_0_9/orm/tutorial.html#common-filter-operators)
the
da