Re: Database events
Re: Database events
- Subject: Re: Database events
- From: Alex Zavatone <email@hidden>
- Date: Thu, 08 Jan 2015 12:18:00 -0500
Any reason why you wouldn't use a nice MAMP install as your SQL database?
Check out MAMP.info
I've been using it for years, it's affordable and professionally maintained.
Cheers,
Alex
Sent from my iPad. Please pardon typos.
On Jan 8, 2015, at 8:06 AM, Robert Stott <email@hidden> wrote:
> Quite agree with Has here. I wouldn’t use FileMaker for, ummm, anything where I cared about the data stored in it.
>
> First question I’d ask myself about any database is whether it’s ACID compliant. If not then I’d not even consider it. FileMaker isn’t ACID compliant so it doesn’t make it off the starting blocks.
>
> Postgres as described by Has is an option. As is MySQL (which is my usual favourite, and I know Has disagrees! ;-) ). Personally I prefer to write web services to let my scripts talk to the MySQL database.
>
> Its worth mentioning that MySQL is only ACID compliant if you choose the right storage engine. e.g. InnoDB.
>
> r.
>
>
>
>
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> AppleScript-Users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
> Archives: http://lists.apple.com/archives/applescript-users
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden