MySQL Driver

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

MySQL Driver

Richard Eng
MySQL Driver Can anyone confirm whether this is the latest MySQL driver for Squeak and whether it works well under Seaside?

http://www.reider.net/squeak/mysql/

Trying to find a proper MySQL driver for Squeak is tough. This database (and its maintenance) seems to be roundly ignored in the Squeak/Seaside universe...

Thanks,
Richard

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: MySQL Driver

Philippe Marschall
2008/3/16, Richard Eng <[hidden email]>:
>
>  Can anyone confirm whether this is the latest MySQL driver for Squeak and
> whether it works well under Seaside?
>
>  http://www.reider.net/squeak/mysql/
>
>  Trying to find a proper MySQL driver for Squeak is tough. This database
> (and its maintenance) seems to be roundly ignored in the Squeak/Seaside
> universe...

http://www.squeaksource.com/MySQL.html
That's true most people use PostgreS

Cheers
Philippe
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: MySQL Driver

Randal L. Schwartz
>>>>> "Philippe" == Philippe Marschall <[hidden email]> writes:

Philippe> That's true most people use PostgreS

Agreed.  MySQL was the RDB of choice five years ago, but with all the
improvements in Pg (including speed and industrial strengthening), I can't
recommend MySQL for *any* new installations for my clients. Pg all the way,
unless you need Oracle, or you can get by with SQLite.

--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[hidden email]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: MySQL Driver

Richard Eng
In reply to this post by Richard Eng
I *am* using PostgreSQL. However, I want to interface with WordPress (which
uses MySQL).

Richard

------------------
Randal wrote:

Agreed.  MySQL was the RDB of choice five years ago, but with all the
improvements in Pg (including speed and industrial strengthening), I can't
recommend MySQL for *any* new installations for my clients. Pg all the way,
unless you need Oracle, or you can get by with SQLite.


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: MySQL Driver

Conrad Taylor
Hi, you should be able to PostgreSQL as well.  Here are my recommendations:

1)  Build your own WordPress in Smalltalk using GLASS
     Note:  This would be a very good community project.

2)  Use the work in progress at the links below: 


Good luck,

-Conrad

On Sun, Mar 16, 2008 at 8:13 AM, Richard Eng <[hidden email]> wrote:
I *am* using PostgreSQL. However, I want to interface with WordPress (which
uses MySQL).

Richard

------------------
Randal wrote:

Agreed.  MySQL was the RDB of choice five years ago, but with all the
improvements in Pg (including speed and industrial strengthening), I can't
recommend MySQL for *any* new installations for my clients. Pg all the way,
unless you need Oracle, or you can get by with SQLite.


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: MySQL Driver

keith1y
www.squeaksource.com/MySQL has the latest

Keith

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside