Hello All wise fellows :)

I do have an DB with 300K rows and something as 6 tables.
This db is normalized and it is an mysql.

Now we are implementing Django and there is a great question.

What is the best way to use the data?

1) Use raw sql on mysql from Django?

2) Import all data on Django? sqlite?mysql?

The main application is a inventory for a store, there will be rare
writes but a lot of reads.

We are lost, because the documentation tell how to use an
mysql,postgres or other database from zero installation.
But we want to keep the data on the legacy db because of other legacy
systems connected.
What is the best solution, are we blind to a better way?

Thanks In Advance

Carlos

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to