Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion keeping information about players around
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Steven D'Aprano  
View profile  
 More options Sep 24 2012, 10:29 pm
Newsgroups: comp.lang.python
From: Steven D'Aprano <steve+comp.lang.pyt...@pearwood.info>
Date: 25 Sep 2012 02:29:48 GMT
Local: Mon, Sep 24 2012 10:29 pm
Subject: Re: keeping information about players around

On Tue, 25 Sep 2012 08:19:34 +1000, Chris Angelico wrote:
> On Tue, Sep 25, 2012 at 7:14 AM, Dwight Hutto <dwightdhu...@gmail.com>
> wrote:
>> Also, If this is a browser app I'd go with phpmyadmin, and MySQL

>> If a tkinter/wxpython/etc app, then maybe sqlite.

> Out of curiosity, why? MySQL isn't magically better for everything where
> data ends up displayed in a web browser. Unless you're planning to also
> reference this database from some other language, it's going to make
> little difference what backend you use; and even if you are using
> multiple languages, it's usually not difficult to find overlap.

For a desktop application, you can't expect the application user to have
set up MySQL or Postgresql first, so you have to use something like
sqlite.

For web applications, you're probably expecting (or at least hoping for)
tens of thousands of users a day, and sqlite probably won't cut it. If
your web app is only used by you, then you might not care.

I think it is perfectly reasonable to assume a web app and a desktop app
might use different backends.

--
Steven


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.