Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 11, 2018 13:12
Show Gist options
  • Save ryantm/509fd3c73bc4d5401153a2eb6e21a804 to your computer and use it in GitHub Desktop.
Save ryantm/509fd3c73bc4d5401153a2eb6e21a804 to your computer and use it in GitHub Desktop.
/nix/store/6mshwwzcsvpxxwn4hw9msm5ffwyy5wv3-libpqxx-6.2.3
├── bin
│   └── pqxx-config
├── include
│   └── pqxx
│   ├── array
│   ├── array.hxx
│   ├── basic_connection
│   ├── basic_connection.hxx
│   ├── binarystring
│   ├── binarystring.hxx
│   ├── compiler-internal-post.hxx
│   ├── compiler-internal-pre.hxx
│   ├── compiler-public.hxx
│   ├── config-public-compiler.h
│   ├── connection
│   ├── connection_base
│   ├── connection_base.hxx
│   ├── connection.hxx
│   ├── connectionpolicy
│   ├── connectionpolicy.hxx
│   ├── cursor
│   ├── cursor.hxx
│   ├── dbtransaction
│   ├── dbtransaction.hxx
│   ├── errorhandler
│   ├── errorhandler.hxx
│   ├── except
│   ├── except.hxx
│   ├── field
│   ├── field.hxx
│   ├── internal
│   │   ├── callgate.hxx
│   │   ├── gates
│   │   │   ├── connection-dbtransaction.hxx
│   │   │   ├── connection-errorhandler.hxx
│   │   │   ├── connection-largeobject.hxx
│   │   │   ├── connection-notification_receiver.hxx
│   │   │   ├── connection-parameterized_invocation.hxx
│   │   │   ├── connection-pipeline.hxx
│   │   │   ├── connection-prepare-invocation.hxx
│   │   │   ├── connection-reactivation_avoidance_exemption.hxx
│   │   │   ├── connection-sql_cursor.hxx
│   │   │   ├── connection-transaction.hxx
│   │   │   ├── errorhandler-connection.hxx
│   │   │   ├── icursor_iterator-icursorstream.hxx
│   │   │   ├── icursorstream-icursor_iterator.hxx
│   │   │   ├── result-connection.hxx
│   │   │   ├── result-creation.hxx
│   │   │   ├── result-row.hxx
│   │   │   ├── result-sql_cursor.hxx
│   │   │   ├── transaction-subtransaction.hxx
│   │   │   ├── transaction-tablereader.hxx
│   │   │   ├── transaction-tablewriter.hxx
│   │   │   └── transaction-transactionfocus.hxx
│   │   ├── libpq-forward.hxx
│   │   └── statement_parameters.hxx
│   ├── isolation
│   ├── isolation.hxx
│   ├── largeobject
│   ├── largeobject.hxx
│   ├── nontransaction
│   ├── nontransaction.hxx
│   ├── notification
│   ├── notification.hxx
│   ├── pipeline
│   ├── pipeline.hxx
│   ├── pqxx
│   ├── prepared_statement
│   ├── prepared_statement.hxx
│   ├── result
│   ├── result.hxx
│   ├── result_iterator.hxx
│   ├── robusttransaction
│   ├── robusttransaction.hxx
│   ├── row
│   ├── row.hxx
│   ├── strconv
│   ├── strconv.hxx
│   ├── subtransaction
│   ├── subtransaction.hxx
│   ├── tablereader
│   ├── tablereader.hxx
│   ├── tablestream
│   ├── tablestream.hxx
│   ├── tablewriter
│   ├── tablewriter.hxx
│   ├── transaction
│   ├── transaction_base
│   ├── transaction_base.hxx
│   ├── transaction.hxx
│   ├── transactor
│   ├── transactor.hxx
│   ├── types
│   ├── types.hxx
│   ├── util
│   ├── util.hxx
│   ├── version
│   └── version.hxx
└── lib
├── libpqxx-6.2.so
├── libpqxx.la
├── libpqxx.so -> libpqxx-6.2.so
└── pkgconfig
└── libpqxx.pc
7 directories, 97 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment