postgresqlPackages.age: init at 0.2.0

Apache AGE is an extension of PostgreSQL that provides an
implementation of the openCypher query language.
This commit is contained in:
Daniël de Kok
2020-08-22 20:16:30 +02:00
parent 1fe7fee592
commit 58ba6ca2fe
2 changed files with 67 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
self: super: {
age = super.callPackage ./ext/age.nix { };
periods = super.callPackage ./ext/periods.nix { };
postgis = super.callPackage ./ext/postgis.nix {