python-stdnet icon indicating copy to clipboard operation
python-stdnet copied to clipboard

Object-data mapper and advanced query manager for non relational databases

Results 19 python-stdnet issues
Sort by recently updated
recently updated
newest added

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. ```...

test
odm

The `session` attribute is not available on a instance loaded from the database via the `load_related` query.

bug
transaction

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...

design
transaction

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...

improvement
transaction
redis

To add the Amazon dynamo DB backend http://aws.amazon.com/dynamodb/.

new feature

Just an idea to create binding for managing graph database in redis. Along the lines of https://github.com/sutajio/related

design
new feature