RAD with postgreSQL

Started by Ericover 21 years ago9 messagesgeneral
Jump to latest
#1Eric
ericg@conceptid.ca

Hi,

Any suggestion to Rapid Application Dev with postgreSQL ?

I have a small app to make.

I would prefer open-source solution if possible. I also would like to
developp on my linux box but the result will be used on a windows 2000
and XP machine. But If I have no choice, I will developp on winXP.

Any suggestion?

P.S.: I never developp on linux at this time, so I don't know the name
of the good tools available. (Except I developp in PHP for the web on
Linux.)

Thanks for your suggestions.

#2Joshua D. Drake
jd@commandprompt.com
In reply to: Eric (#1)
Re: RAD with postgreSQL

I would prefer open-source solution if possible. I also would like to
developp on my linux box but the result will be used on a windows 2000
and XP machine. But If I have no choice, I will developp on winXP.

Any suggestion?

Python with WxWindows or Borland with Delphi/Kylix

P.S.: I never developp on linux at this time, so I don't know the name
of the good tools available. (Except I developp in PHP for the web on
Linux.)

Thanks for your suggestions.

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

-- 
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-667-4564 - jd@commandprompt.com - http://www.commandprompt.com
PostgreSQL Replicator -- production quality replication for PostgreSQL
#3Philippe Lang
philippe.lang@attiksystem.ch
In reply to: Joshua D. Drake (#2)
Re: RAD with postgreSQL

I would prefer open-source solution if possible. I also would like to
developp on my linux box but the result will be used on a windows 2000
and XP machine. But If I have no choice, I will developp on winXP.

Any suggestion?

It has nothing to do with open-source, but I suggest you have a look at
MS Access. The ODBC driver for Postgresql gives me very good results.
Development is really quick, and performance is great if you push your
code to the server, in plpgsql functions. This is what we call
"client-server thin client" and is opposed to "client-server fat
client".

Philippe Lang

#4Secrétariat
ets@rolland-fr.com
In reply to: Eric (#1)
Re: RAD with postgreSQL

You have also RealBasic, with cross-platform to Windows, Mac and linux...

Luc
----- Original Message -----
From: "Eric" <ericg@conceptid.ca>
To: <pgsql-general@postgresql.org>
Sent: Sunday, September 05, 2004 8:48 PM
Subject: [GENERAL] RAD with postgreSQL

Show quoted text

Hi,

Any suggestion to Rapid Application Dev with postgreSQL ?

I have a small app to make.

I would prefer open-source solution if possible. I also would like to
developp on my linux box but the result will be used on a windows 2000
and XP machine. But If I have no choice, I will developp on winXP.

Any suggestion?

P.S.: I never developp on linux at this time, so I don't know the name
of the good tools available. (Except I developp in PHP for the web on
Linux.)

Thanks for your suggestions.

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

#5Eric
ericg@conceptid.ca
In reply to: Secrétariat (#4)
import mysql database...

Hi,

I have a running PHPBB mySQL dump that I would like to load/import in
postgreSQL... I didn't try yet but I wonder if it's straightforward and
just import the mySQL dump into postgreSQL ?

(Of course, I want to migrate PHPBB running on a server with mySQL to
another server running with postgreSQL). Yes PHPBB has postgreSQL
support.

Thanks.

#6Greg Donald
greg.donald@nukote.com
In reply to: Eric (#5)
Re: import mysql database...

On Wed, 2004-09-08 at 10:07, Eric wrote:

Hi,

I have a running PHPBB mySQL dump that I would like to load/import in
postgreSQL... I didn't try yet but I wonder if it's straightforward and
just import the mySQL dump into postgreSQL ?

(Of course, I want to migrate PHPBB running on a server with mySQL to
another server running with postgreSQL). Yes PHPBB has postgreSQL
support.

I found this utility very helpful in a similar situation:

http://freshmeat.net/projects/my2pg/

--
Greg Donald

#7Arthur Hoogervorst
arthur.hoogervorst@gmail.com
In reply to: Eric (#5)
Re: import mysql database...

Hi,

You may find something here: http://www.rot13.org/~dpavlin/sql.html.
In addition, I always thought that Postgres came with a MySQL to
Postgres converter, but I might be wrong.

Bye,

Arthur

Show quoted text

On Wed, 08 Sep 2004 11:07:46 -0400, Eric <ericg@conceptid.ca> wrote:

Hi,

I have a running PHPBB mySQL dump that I would like to load/import in
postgreSQL... I didn't try yet but I wonder if it's straightforward and
just import the mySQL dump into postgreSQL ?

(Of course, I want to migrate PHPBB running on a server with mySQL to
another server running with postgreSQL). Yes PHPBB has postgreSQL
support.

Thanks.

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

#8Richard Huxton
dev@archonet.com
In reply to: Eric (#5)
Re: import mysql database...

Eric wrote:

Hi,

I have a running PHPBB mySQL dump that I would like to load/import in
postgreSQL... I didn't try yet but I wonder if it's straightforward and
just import the mySQL dump into postgreSQL ?

(Of course, I want to migrate PHPBB running on a server with mySQL to
another server running with postgreSQL). Yes PHPBB has postgreSQL
support.

I do this semi-regularly. You usually end up doing some minor
corrections, not much though.

You might want to check http://techdocs.postgresql.org/

--
Richard Huxton
Archonet Ltd

#9Scott Marlowe
smarlowe@qwest.net
In reply to: Eric (#5)
Re: import mysql database...

On Wed, 2004-09-08 at 09:07, Eric wrote:

Hi,

I have a running PHPBB mySQL dump that I would like to load/import in
postgreSQL... I didn't try yet but I wonder if it's straightforward and
just import the mySQL dump into postgreSQL ?

(Of course, I want to migrate PHPBB running on a server with mySQL to
another server running with postgreSQL). Yes PHPBB has postgreSQL
support.

Is this the dump from mysqldump or the one from PHPBB? I think the dump
from phpbb directly could be imported to another instance of phpbb
running on top of postgresql. I haven't ever tried it, I'm just
guessing.