Skip to content

Commit 2856511

Browse files
committed
Problem: need more packages
Solution: import new additions from pigsty (None are proven to work yet)
1 parent 87c1c95 commit 2856511

14 files changed

+70
-0
lines changed

packages/anon.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
class Anon < Pgpm::Package
4+
git "https://gitlab.com/dalibo/postgresql_anonymizer/"
5+
end

packages/data_historization.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
class DataHistorization < Pgpm::Package
4+
github "rodo/postgresql-data-historization"
5+
end

packages/ddl_historization.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
class DdlHistorization < Pgpm::Package
4+
github "rodo/pg_ddl_historization"
5+
end

packages/ddsketch.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
class Ddsketch < Pgpm::Package
4+
github "tvondra/ddsketch"
5+
end

packages/floatfile.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
class Floatfile < Pgpm::Package
4+
github "pjungwir/floatfile"
5+
end

packages/omnisketch.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
class Omnisketch < Pgpm::Package
4+
github "tvondra/omnisketch"
5+
end

packages/pg_duration.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
class PgDuration < Pgpm::Package
4+
github "jkosh44/pg_duration"
5+
end

packages/pg_readme.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
class PgReadme < Pgpm::Package
4+
github "bigsmoke/pg_readme"
5+
end

packages/pg_task.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
class PgTask < Pgpm::Package
4+
github "RekGRpth/pg_task"
5+
end

packages/pg_upless.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
class PgUpless < Pgpm::Package
4+
github "rodo/pg_upless"
5+
end

0 commit comments

Comments
 (0)