Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 7, 2020 07:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/928be13ac5b48146cfeaa60589c3f3dc to your computer and use it in GitHub Desktop.
Save ryantm/928be13ac5b48146cfeaa60589c3f3dc to your computer and use it in GitHub Desktop.
/nix/store/vj4znr6ypx0ayd66bxs9ah2k3mk82f8j-pgmodeler-0.9.2
├── bin
│   ├── pgmodeler
│   └── pgmodeler-cli
├── lib
│   └── pgmodeler
│   ├── bin
│   │   └── pgmodeler-ch
│   ├── libobjrenderer.so -> libobjrenderer.so.1.0.0
│   ├── libobjrenderer.so.1 -> libobjrenderer.so.1.0.0
│   ├── libobjrenderer.so.1.0 -> libobjrenderer.so.1.0.0
│   ├── libobjrenderer.so.1.0.0
│   ├── libparsers.so -> libparsers.so.1.0.0
│   ├── libparsers.so.1 -> libparsers.so.1.0.0
│   ├── libparsers.so.1.0 -> libparsers.so.1.0.0
│   ├── libparsers.so.1.0.0
│   ├── libpgconnector.so -> libpgconnector.so.1.0.0
│   ├── libpgconnector.so.1 -> libpgconnector.so.1.0.0
│   ├── libpgconnector.so.1.0 -> libpgconnector.so.1.0.0
│   ├── libpgconnector.so.1.0.0
│   ├── libpgmodeler.so -> libpgmodeler.so.1.0.0
│   ├── libpgmodeler.so.1 -> libpgmodeler.so.1.0.0
│   ├── libpgmodeler.so.1.0 -> libpgmodeler.so.1.0.0
│   ├── libpgmodeler.so.1.0.0
│   ├── libpgmodeler_ui.so -> libpgmodeler_ui.so.1.0.0
│   ├── libpgmodeler_ui.so.1 -> libpgmodeler_ui.so.1.0.0
│   ├── libpgmodeler_ui.so.1.0 -> libpgmodeler_ui.so.1.0.0
│   ├── libpgmodeler_ui.so.1.0.0
│   ├── libutils.so -> libutils.so.1.0.0
│   ├── libutils.so.1 -> libutils.so.1.0.0
│   ├── libutils.so.1.0 -> libutils.so.1.0.0
│   └── libutils.so.1.0.0
└── share
└── pgmodeler
├── CHANGELOG.md
├── conf
│   ├── connections.conf
│   ├── defaults
│   │   ├── connections.conf
│   │   ├── diff-presets.conf
│   │   ├── example.dbm
│   │   ├── objects-style.conf
│   │   ├── pattern-highlight.conf
│   │   ├── pgmodeler.conf
│   │   ├── relationships.conf
│   │   ├── snippets.conf
│   │   ├── sql-highlight.conf
│   │   ├── ui-style.conf
│   │   └── xml-highlight.conf
│   ├── diff-presets.conf
│   ├── dtd
│   │   ├── connections.dtd
│   │   ├── diff-presets.dtd
│   │   ├── objects-style.dtd
│   │   ├── pgmodeler.dtd
│   │   ├── relationships.dtd
│   │   ├── snippets.dtd
│   │   ├── source-code-highlight.dtd
│   │   └── sql-history.dtd
│   ├── example.dbm
│   ├── objects-style.conf
│   ├── pattern-highlight.conf
│   ├── pgmodeler.conf
│   ├── pgmodeler_dbm.png
│   ├── pgmodeler_logo.png
│   ├── relationships.conf
│   ├── schemas
│   │   ├── application-dbm.sch
│   │   ├── commands.sch
│   │   ├── connections.sch
│   │   ├── desktop.sch
│   │   ├── diff-presets.sch
│   │   ├── file.sch
│   │   ├── objects-style.sch
│   │   ├── patterns.sch
│   │   ├── pgmodeler.sch
│   │   ├── preset.sch
│   │   ├── relationships.sch
│   │   ├── snippet.sch
│   │   ├── snippets.sch
│   │   ├── sql-history.sch
│   │   └── widget.sch
│   ├── snippets.conf
│   ├── sql-highlight.conf
│   ├── ui-style.conf
│   └── xml-highlight.conf
├── lang
│   ├── es_ES.qm
│   ├── es_ES.ts
│   ├── fr_FR.qm
│   ├── fr_FR.ts
│   ├── nl_NL.qm
│   ├── nl_NL.ts
│   ├── pt_BR.qm
│   ├── pt_BR.ts
│   ├── zh_CN.qm
│   └── zh_CN.ts
├── LICENSE
├── README.md
├── RELEASENOTES.md
├── samples
│   ├── 3dcitydb.dbm
│   ├── demo.dbm
│   ├── oldsample.dbm
│   ├── pagila.dbm
│   └── usda.dbm
└── schemas
├── alter
│   ├── collation.sch
│   ├── column.sch
│   ├── constraint.sch
│   ├── database.sch
│   ├── diff.sch
│   ├── domain.sch
│   ├── domconstraint.sch
│   ├── eventtrigger.sch
│   ├── extension.sch
│   ├── foreigndatawrapper.sch
│   ├── foreignserver.sch
│   ├── foreigntable.sch
│   ├── function.sch
│   ├── index.sch
│   ├── owner.sch
│   ├── permission.sch
│   ├── policy.sch
│   ├── relationship.sch
│   ├── rename.sch
│   ├── role.sch
│   ├── schema.sch
│   ├── sequence.sch
│   ├── table.sch
│   ├── tablespace.sch
│   ├── truncate.sch
│   ├── usermapping.sch
│   └── usertype.sch
├── catalog
│   ├── aggregate.sch
│   ├── cast.sch
│   ├── collation.sch
│   ├── column.sch
│   ├── comment.sch
│   ├── constraint.sch
│   ├── conversion.sch
│   ├── database.sch
│   ├── domain.sch
│   ├── eventtrigger.sch
│   ├── extension.sch
│   ├── foreigndatawrapper.sch
│   ├── foreignserver.sch
│   ├── foreigntable.sch
│   ├── function.sch
│   ├── index.sch
│   ├── language.sch
│   ├── notextobject.sch
│   ├── opclass.sch
│   ├── operator.sch
│   ├── opfamily.sch
│   ├── policy.sch
│   ├── role.sch
│   ├── rule.sch
│   ├── schema.sch
│   ├── sequence.sch
│   ├── server.sch
│   ├── table.sch
│   ├── tablespace.sch
│   ├── template.sch
│   ├── trigger.sch
│   ├── usermapping.sch
│   ├── usertype.sch
│   └── view.sch
├── datadict
│   ├── column.sch
│   ├── constraint.sch
│   ├── datadict.sch
│   ├── index.sch
│   ├── item.sch
│   ├── link.sch
│   ├── styles.sch
│   ├── table.sch
│   └── view.sch
├── sql
│   ├── aggregate.sch
│   ├── cast.sch
│   ├── collation.sch
│   ├── column.sch
│   ├── comment.sch
│   ├── constraint.sch
│   ├── conversion.sch
│   ├── database.sch
│   ├── dbmodel.sch
│   ├── domain.sch
│   ├── domconstraint.sch
│   ├── drop.sch
│   ├── element.sch
│   ├── eventtrigger.sch
│   ├── excelement.sch
│   ├── extension.sch
│   ├── foreigndatawrapper.sch
│   ├── foreignserver.sch
│   ├── foreigntable.sch
│   ├── function.sch
│   ├── genericsql.sch
│   ├── idxelement.sch
│   ├── index.sch
│   ├── language.sch
│   ├── opclass.sch
│   ├── operator.sch
│   ├── opfamily.sch
│   ├── parameter.sch
│   ├── partitionkey.sch
│   ├── permission.sch
│   ├── policy.sch
│   ├── relationship.sch
│   ├── role.sch
│   ├── rule.sch
│   ├── schema.sch
│   ├── sequence.sch
│   ├── table.sch
│   ├── tablespace.sch
│   ├── trigger.sch
│   ├── typeattribute.sch
│   ├── usermapping.sch
│   ├── usertype.sch
│   └── view.sch
└── xml
├── aggregate.sch
├── appendedsql.sch
├── basetype.sch
├── cast.sch
├── collation.sch
├── column.sch
├── comment.sch
├── constraint.sch
├── conversion.sch
├── customidxs.sch
├── database.sch
├── dbmodel.sch
├── domain.sch
├── domconstraint.sch
├── dtd
│   ├── aggregate.dtd
│   ├── baseelements.dtd
│   ├── basetype.dtd
│   ├── cast.dtd
│   ├── collation.dtd
│   ├── column.dtd
│   ├── constraint.dtd
│   ├── conversion.dtd
│   ├── customidxs.dtd
│   ├── database.dtd
│   ├── dbmodel.dtd
│   ├── domain.dtd
│   ├── element.dtd
│   ├── eventtrigger.dtd
│   ├── extension.dtd
│   ├── foreigndatawrapper.dtd
│   ├── foreignserver.dtd
│   ├── foreigntable.dtd
│   ├── function.dtd
│   ├── genericsql.dtd
│   ├── index.dtd
│   ├── label.dtd
│   ├── language.dtd
│   ├── metadata.dtd
│   ├── object.dtd
│   ├── opclass.dtd
│   ├── operator.dtd
│   ├── opfamily.dtd
│   ├── permission.dtd
│   ├── policy.dtd
│   ├── relationship.dtd
│   ├── role.dtd
│   ├── rule.dtd
│   ├── schema.dtd
│   ├── sequence.dtd
│   ├── table.dtd
│   ├── tablespace.dtd
│   ├── tag.dtd
│   ├── textbox.dtd
│   ├── trigger.dtd
│   ├── usermapping.dtd
│   ├── usertype.dtd
│   └── view.dtd
├── element.sch
├── eventtrigger.sch
├── excelement.sch
├── extension.sch
├── foreigndatawrapper.sch
├── foreignserver.sch
├── foreigntable.sch
├── function.sch
├── genericsql.sch
├── idxelement.sch
├── index.sch
├── info.sch
├── label.sch
├── language.sch
├── metadata.sch
├── object.sch
├── opclass.sch
├── operator.sch
├── opfamily.sch
├── parameter.sch
├── partitionkey.sch
├── permission.sch
├── policy.sch
├── position.sch
├── prependedsql.sch
├── reference.sch
├── reftable.sch
├── relationship.sch
├── role.sch
├── rule.sch
├── schema.sch
├── sequence.sch
├── style.sch
├── table.sch
├── tablespace.sch
├── tag.sch
├── textbox.sch
├── trigger.sch
├── typeattribute.sch
├── usermapping.sch
├── usertype.sch
└── view.sch
19 directories, 305 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment