RE: which database is suitable for small applications

2009-06-01 Thread Phil Runciman
wrong. ;-) Cheers, phil -Original Message- From: Lawrence D'Oliveiro [mailto:l...@geek-central.gen.new_zealand] Sent: Sunday, 31 May 2009 11:21 p.m. To: python-list@python.org Subject: Re: which database is suitable for small applications In message <52801358-c037-458d-8857- a

Re: which database is suitable for small applications

2009-05-31 Thread Lawrence D'Oliveiro
In message <52801358-c037-458d-8857- a78c2d881...@z16g2000prd.googlegroups.com>, Ankit wrote: > If your application does not require you to add very heavy data then > you can also use flat files to do your stuff. > Its always a better to use Databases ... It's not always better to use databases.

Re: which database is suitable for small applications

2009-05-27 Thread Kalyan Chakravarthy
Hi Ankit, Thanks for your advice, can I get some sample code, to store data in to flat files and how to give flat file connections to my Python code, Because I am very new to Python and flat files Thanks in Advance Kalyan On Wed, May 27, 2009 at 10:18 AM, Ankit wrote: > Hi Kaly

Re: which database is suitable for small applications

2009-05-27 Thread Ankit
Hi Kalyan... If your application does not require you to add very heavy data then you can also use flat files to do your stuff. Its always a better to use Databases but given your low level use and newness to python... i would advise you to take up flat files instead. store your data there and ac

Re: which database is suitable for small applications

2009-05-26 Thread Kushal Kumaran
On Tue, May 26, 2009 at 2:03 PM, Kalyan Chakravarthy wrote: > Hi All, >   can any one suggest me which database I can use for my small > application(to store user names ,passwords, very few other data.. ) > I am using Python, Google Apps and guide me how to connect to database, I am > very

Re: which database is suitable for small applications

2009-05-26 Thread Mike Driscoll
On May 26, 8:16 am, J Kenneth King wrote: > Jean-Michel Pichavant writes: > > Kalyan Chakravarthy wrote: > >> Hi All, > >>           can any one suggest me which database I can use for my > >> small application(to store user names ,passwords, very few other > >> data.. ) > >> I am using Python, G

Re: which database is suitable for small applications

2009-05-26 Thread J Kenneth King
Jean-Michel Pichavant writes: > Kalyan Chakravarthy wrote: >> Hi All, >> can any one suggest me which database I can use for my >> small application(to store user names ,passwords, very few other >> data.. ) >> I am using Python, Google Apps and guide me how to connect to >> database, I

Re: which database is suitable for small applications

2009-05-26 Thread Tim Chase
can any one suggest me which database I can use for my small application(to store user names ,passwords, very few other data.. ) I am using Python, Google Apps and guide me how to connect to database, I am very new to these technologies Well, depending on the complexity you need, you c

Re: which database is suitable for small applications

2009-05-26 Thread Jean-Michel Pichavant
Kalyan Chakravarthy wrote: Hi All, can any one suggest me which database I can use for my small application(to store user names ,passwords, very few other data.. ) I am using Python, Google Apps and guide me how to connect to database, I am very new to these technologies Please help