Web Service Engine for MySQLDeveloped In: C — Status: Development - Alphamyhttp is a basic web service engine for MySQL. It all you to perform basic HTTP method operations, like PUT, GET, and DELETE from MySQL as though it was a table. For example: CREATE TABLE `d` (`a` varchar(125), b text, primary key(a)) ENGINE=HTTP DEFAULT CHARSET=latin1 CONNECTION="http://en.wikipedia.org/wiki/"; This would allow you to fetch pages from Wikipedia from SQL SELECT calls.
The GNU General Public License (GPL)
General
Novice
Development - Alpha
C
No Comments yet |
VotesWatches4 members are watching this project
You must be logged in to track this project.
Provide Feedback
You must be logged in to comment
|