Using Redshift or DynamoDB with Django

2014-07-16 Thread Ankit Arora
Does anyone have any experience with using Django with a Redshift or DynamoDB database? Any insight on available connectors and past experiences (good or bad) would be brilliant. Thanks a lot. -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Managing a database connection object in Django

2014-11-20 Thread Ankit Arora
I'm working with a Postgresql database with Django. Because of licensing reasons, I can't use psycopg2 , so I'm using the alternative pygresql. I don't need to use the Django ORM at all, I simply need the cursor for cur.execute() and cur.fetchall(). Since pygresql doesn't have a Django backen