python-stdnet
python-stdnet copied to clipboard
Object-data mapper and advanced query manager for non relational databases
The following code is meant to filter the Items that are checked out and updated in the past hour. However, the `updated__gt` query causes a TypeError to be raised. ```...
The `session` attribute is not available on a instance loaded from the database via the `load_related` query.
A design choice needs to be made when `pulling` data from `stdnet.orm.Structure`. Currently there is no transaction. Data is pulled immediately. This is in contrast with the `sessions` commit which...
As `redis` documentations says while the client sends commands using pipelining, the server will be forced to queue the replies, using memory. So if you need to send many many...
To add the Amazon dynamo DB backend http://aws.amazon.com/dynamodb/.
Just an idea to create binding for managing graph database in redis. Along the lines of https://github.com/sutajio/related