Web Service Engine for MySQL

Developed In: C  — Status:  Development - Alpha

myhttp 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.

Brian Aker
The GNU General Public License (GPL)
General
Novice
Development - Alpha
C

Current Tags

You must be logged in to tag this project

No Comments yet

Votes

Not yet rated.
You must be logged in to vote.

Watches

4 members are watching this project
You must be logged in to track this project.

Provide Feedback

Please note:
HTML will be purified, but we allow for a number of HTML tags so that you have the flexibility to decorate your comment text to some extent. The comments allow the following HTML tags:

strong, b, em, blockquote, a, code, pre

To put code into your comment, simply encapsulate your code with
[code language="XXX"][/code], where XXX is any common language, for instance "PHP", "SQL", "C", etc.



You must be logged in to comment