From 0430cd3e3de246aa3958b1d829539bf841459193 Mon Sep 17 00:00:00 2001 From: Charmander <~@charmander.me> Date: Thu, 5 Dec 2019 12:57:27 -0800 Subject: [PATCH] =?UTF-8?q?Remove=20outdated=20types=20link=20=E2=80=93=20?= =?UTF-8?q?@types/pg=20now=20lives=20in=20DefinitelyTyped?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Extras.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Extras.md b/Extras.md index 16c16ab..7445dd8 100644 --- a/Extras.md +++ b/Extras.md @@ -60,7 +60,6 @@ Standalone PostgreSQL packages. - [acarl/pg-restify](https://github.com/acarl/pg-restify) - Creates a generic REST API for a postgres database using restify. - [archfirst/joinjs](https://github.com/archfirst/joinjs) - A simple library to map the results of complex joins to nested JavaScript objects (alternative to full-blown ORMs). - [nuodata/nuodata-db-api](https://github.com/nuodata/nuodata-db-api) - REST API for a PostgreSQL database. -- [typed-typings/typed-pg](https://github.com/typed-typings/typed-pg) - pg type definition for [TypeScript](http://www.typescriptlang.org). - [vitaly-t/pg-minify](https://github.com/vitaly-t/pg-minify) - Minifies PostgreSQL scripts. - [pg-generator](http://www.pg-generator.com) - Template Based Scaffolding for PostgreSQL. Command line utility which generates files for each table and schema of a PostgreSQL database. - [pg-structure](http://www.pg-structure.com) - Node.js library to get structure of a PostgreSQL database automatically as a detailed object.