Managed Projects

el-get

  Analyzed about 12 hours ago

el-get allows you to install and manage elisp code for Emacs. It supports lots of differents types of sources and is able to install them, update them and remove them, but more importantly it will init them for you. That means it will care about require ing the features you need, load ing the ... [More] files, setting the Info paths so that C-h i shows the new documentation you now depend on, and finally call your own :after function for you to setup the extension. Or call it a package. [Less]

7.08K lines of code

23 current contributors

7 days since last commit

4 users on Open Hub

Very Low Activity
0.0
 
I Use This

prefix

  Analyzed 1 day ago

Prefix Range module for PostgreSQL

2.06K lines of code

3 current contributors

7 months since last commit

0 users on Open Hub

Very Low Activity
0.0
 
I Use This
Licenses: No declared licenses

pgloader

  Analyzed 1 day ago

Loading data into PostgreSQL pgloader is a data loading tool for PostgreSQL, using the COPY command. Its main avantage over just using COPY or \copy and over using a Foreign Data Wrapper is the transaction behaviour, where pgloader will keep a separate file of rejected data and continue trying ... [More] to copy good data in your database. The default PostgreSQL behaviour is transactional, which means that any erroneous line in the input data (file or remote database) will stop the bulk load for the whole table. pgloader also implements data reformating, the main example of that being a transformation from MySQL dates 0000-00-00 and 0000-00-00 00:00:00 to PostgreSQL NULL value (because our calendar never had a year zero). [Less]

47.9K lines of code

10 current contributors

6 months since last commit

0 users on Open Hub

Very Low Activity
5.0
 
I Use This
Licenses: No declared licenses

pginstall

  Analyzed about 15 hours ago

The PostgreSQL Extension Installer. PostgreSQL 9.1 brings in a new concept of Extensions, an SQL object that packs together a bunch of other SQL objects. The aim of extensions is to allow for easy dump and restore of SQL objects managed externally, such as... extensions. In PostgreSQL, the ... [More] CREATE EXTENSION command installs the SQL objects of an extension by running a SQL script. This script and some more files must be available at the right place on the PostgreSQL server's file system for the CREATE EXTENSION command to be successful. The PostgreSQL Extension Installer software is an Extension Repository Manager. [Less]

13.3K lines of code

0 current contributors

over 8 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses