Skip to content

ekorre - Experimental Git Foreign Data Wrapper for PostgreSQL

License

Notifications You must be signed in to change notification settings

danielgustafsson/ekorre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ekorre

Git foreign data wrapper

About

This is unreleased software made to scratch a very specific itch. The intention is to polish this into production grade code with support for qual pushdown support.

The name "ekorre" is Swedish for squirrel, since squirrels like Git are good at jumping between branches.

Usage

CREATE EXTENSION ekorre;

CREATE SERVER git_server FOREIGN DATA WRAPPER ekorre;

IMPORT FOREIGN SCHEMA git
FROM SERVER git_server
INTO public
OPTIONS (
	repopath '/path/to/gitrepo'
);

About

ekorre - Experimental Git Foreign Data Wrapper for PostgreSQL

Topics

Resources

License

Stars

Watchers

Forks