From: | Joel Burton <jburton(at)scw(dot)org> |
---|---|
To: | Stan Brown <stanb(at)awod(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: personel appliactions? |
Date: | 2001-04-10 18:30:26 |
Message-ID: | Pine.LNX.4.21.0104101428410.21912-100000@olympus.scw.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Tue, 10 Apr 2001, Stan Brown wrote:
> I have been suing PostgreSQL quite happily in projects for several years
> now.
>
> Now, I am thinking about actually using the computers at home for something
> useful (what a concept :-)).
>
> So, I was wandering if anyone knows wehre I could find a few small
> applicationsUsing PostgreSQL as abckaends? I'm looking for.
>
> 1. CD/Music lirary management.
> 2. Library (books) management.
> 3. Household inventory/shoping list applications.
> 4. Calorie intake application.
Check www.freshmeat.net; apps like this would be posted there.
You may find some apps w/only a MySQL version; if so, consider doing the
translation to PostgreSQL -- in most cases, little/no change in code is
neccessary (especially if the author is using Perl or Python, which tend
to have more abstracted DB interfaces than PHP); usually all that's needed
is just to edit the SQL statements to create/select/etc. from the schema.
If there is a calorie intake application, please don't tell me about it
;-)
Good luck!
--
Joel Burton <jburton(at)scw(dot)org>
Director of Information Systems, Support Center of Washington
From | Date | Subject | |
---|---|---|---|
Next Message | will trillich | 2001-04-10 19:06:10 | Re: personel appliactions? |
Previous Message | Stan Brown | 2001-04-10 17:42:13 | personel appliactions? |