Skip to content

Commit 9c519b2

Browse files
committed
Added READEM.md.
1 parent b554bcd commit 9c519b2

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

‎README.md‎

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## pgEdit TextMate
2+
3+
pgEdit is a [TextMate](http://macromates.com/) bundle for working with
4+
[PostgreSQL](http://www.postgresql.org/) relational databases. It supports
5+
PostgreSQL specific syntax coloring (e.g. dollar quoting), SQL execution,
6+
context specific help, completion, and recognition of SQL language constructs
7+
(tables, functions, triggers, etc.). pgEdit uses
8+
[psql](http://www.postgresql.org/docs/current/interactive/app-psql.html) for
9+
executing SQL and takes advantage of many psql features.
10+
11+
The online help included in the bundle is also available at
12+
13+
[http://pgedit.com/pgedit-textmate-help](http://pgedit.com/pgedit-textmate-help)
14+
15+
16+
### Contributing
17+
18+
This bundle is implemented in PHP. Fixes and improvements are most welcome. See
19+
the [TextMate online manual](http://manual.macromates.com/en/) if you are new
20+
to bundle development.
21+
22+
This project uses a BSD compatible license. See the
23+
[license section](http://pgedit.com/pgedit-textmate-help#License) for details.
24+
25+
### Credits
26+
27+
John DeSoi, Ph.D.
28+
29+
[http://pgedit.com/](http://pgedit.com/)

0 commit comments

Comments
 (0)