Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ujihisa/postgres-lingrbot
Use PostgreSQL from Lingr
https://github.com/ujihisa/postgres-lingrbot
Last synced: about 1 month ago
JSON representation
Use PostgreSQL from Lingr
- Host: GitHub
- URL: https://github.com/ujihisa/postgres-lingrbot
- Owner: ujihisa
- Created: 2013-03-24T01:02:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-24T02:05:09.000Z (over 10 years ago)
- Last Synced: 2024-05-01T23:19:38.664Z (7 months ago)
- Language: Clojure
- Size: 285 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# postgres-lingrbot
A Lingr Bot to run arbitrary SQL statements on PostgreSQL. Written in Clojure.
## Usage
* GET http://postgres-lingrbot.herokuapp.com/
* meta info
* POST http://postgres-lingrbot.herokuapp.com/
* (with lingr bot post)
* message has to begin with a capital letter and end with semicolon
* the bot *executes* it.
* POST http://postgres-lingrbot.herokuapp.com/direct
* e.g. curl -d 'Select * from hello;' http://postgres-lingrbot.herokuapp.com/direct## License
Copyright (c) 2013 Tatsuhiro Ujihisa
GPLv3 or later