Skip to content

Instantly share code, notes, and snippets.

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 r-ryantm/106d169f603cef61a041ccbd16ed8271 to your computer and use it in GitHub Desktop.
Save r-ryantm/106d169f603cef61a041ccbd16ed8271 to your computer and use it in GitHub Desktop.
/nix/store/5glx8rhdvcczvknk0qvfcmjmlxn59bd5-libmysqlconnectorcpp-8.0.20
├── include
│   ├── jdbc
│   │   ├── cppconn
│   │   │   ├── build_config.h
│   │   │   ├── config.h
│   │   │   ├── connection.h
│   │   │   ├── datatype.h
│   │   │   ├── driver.h
│   │   │   ├── exception.h
│   │   │   ├── metadata.h
│   │   │   ├── parameter_metadata.h
│   │   │   ├── prepared_statement.h
│   │   │   ├── resultset.h
│   │   │   ├── resultset_metadata.h
│   │   │   ├── sqlstring.h
│   │   │   ├── statement.h
│   │   │   ├── variant.h
│   │   │   ├── version_info.h
│   │   │   └── warning.h
│   │   ├── mysql_connection.h
│   │   ├── mysql_driver.h
│   │   └── mysql_error.h
│   ├── mysql
│   │   └── jdbc.h
│   └── mysqlx
│   ├── common
│   │   ├── api.h
│   │   ├── error.h
│   │   ├── op_if.h
│   │   ├── settings.h
│   │   ├── util.h
│   │   └── value.h
│   ├── common_constants.h
│   ├── common.h
│   ├── devapi
│   │   ├── collations.h
│   │   ├── collection_crud.h
│   │   ├── common.h
│   │   ├── crud.h
│   │   ├── detail
│   │   │   ├── crud.h
│   │   │   ├── error.h
│   │   │   ├── result.h
│   │   │   ├── row.h
│   │   │   ├── session.h
│   │   │   └── settings.h
│   │   ├── document.h
│   │   ├── error.h
│   │   ├── executable.h
│   │   ├── mysql_charsets.h
│   │   ├── mysql_collations.h
│   │   ├── result.h
│   │   ├── row.h
│   │   ├── settings.h
│   │   └── table_crud.h
│   ├── xapi.h
│   └── xdevapi.h
├── lib
│   ├── libmysqlcppconn8.so -> libmysqlcppconn8.so.2
│   ├── libmysqlcppconn8.so.2 -> libmysqlcppconn8.so.2.8.0.20
│   ├── libmysqlcppconn8.so.2.8.0.20
│   ├── libmysqlcppconn.so -> libmysqlcppconn.so.7
│   ├── libmysqlcppconn.so.7 -> libmysqlcppconn.so.7.8.0.20
│   └── libmysqlcppconn.so.7.8.0.20
└── share
└── doc
├── INFO_BIN
└── INFO_SRC
11 directories, 57 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment