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
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
2 matches
Mail list logo