View on GitHub

Pfe

Postgresql Function Editor

Download this project as a .zip file Download this project as a tar.gz file

Postgresql Function Editor - Sublime Plugin

Plugin for Sublime Text 3 that helps you work directly with postgresql database functions and run pgTAP tests. Trello board

Warning: If you experience problems or have suggestions please file an issue.

Features

gif

Usage

Set Database Information

Sample Database Info File

Load Database functions

Save a Function to The Database

Saved Function

Run pgTAP Test(s)

Run test in active tab

Test Output

Run all opened tests

Quick Switch/Create File

Create New Function

Dependencies

How to install on a Mac

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages
git clone https://github.com/danmanstx/pfe.git

COMING SOON install with Package Control

Options

Sample options below.

Go to Preferences -> Package Settings -> Postgresql Function Editor->Settings - User and add this to the file or copy and edit from Settings - Default :

{
  "function_folder": "/tmp/postgresFunctions",
  "host": "localhost",
  "database": "database",
  "user": "postgresql",
  "port": "5432",
}

Changelog

v1.0.0

Acknowledgments

Roadmap

Copyright and license

Copyright © 2014 Danny Peters, @danmanstx

Licensed under the GNU GPL license.