chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Building a web store in Chicken scheme


From: Jörg F . Wittenberger
Subject: Re: [Chicken-users] Building a web store in Chicken scheme
Date: 09 May 2012 11:32:19 +0200

On May 8 2012, Christian Kellermann wrote:

* Christian Kellermann <address@hidden> [120508 21:45]:
> I need functions like "my_sql_real_escape_string" and > "htmlspecialchars" in php. I also need to know how to add ssl support > (is it only configuration?). If someone is willing to help me I will > be glad.

As for SQL there are several extensions, we call them eggs,
available. All of them help you building your queries and taking care
of escaping your variable input if necessary.

Oh, one more thing. The supported SQL database in chicken land is
postgres. So far noone has written bindings for mysql. So if you need
mysql support you would have to do this first.

Kinda.

Besides that I'm just struggling to get ball.askemos.org
documented.  (short on resources)

Gives you yet another SQLite - however in with byzantine
replication.  Don't think of backups aver again.
I deploy it like this
http://ball.askemos.org/A26b5619be8d5e3348cca356acfc8efea/DevelopmentNetwork
sure it's an overkill to have nine hosts backup everything
I write into my diary or bug tracker.  But it's so simple.

For a shopping app it would be even better: due to the simplicity
of replication, you could run split it into two databases.
One for the actual shop and one, which has only the payment
info.  Keep them on distinct subnets.



/Jerry
....





reply via email to

[Prev in Thread] Current Thread [Next in Thread]