0
votes
Anyone using Lisp for a MySQL-backended web app?
Cliki is a good resource for Common Lisp libraries:
http://www.cliki.net/database
There is a project named Elephant ( …
0
votes
What is the best way to access a database from PHP?
For executing a command, I'd use functions for commonly executed SQL commands.
These functions can then be used to make something more specific like get_users()
a) Make a function for each …
