Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 8, 2020 17:13
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/7e1d735dc065d130172d7465055ae0b2 to your computer and use it in GitHub Desktop.
Save r-ryantm/7e1d735dc065d130172d7465055ae0b2 to your computer and use it in GitHub Desktop.
/nix/store/d8jl7rvyzm6jfiwgaqdrxsslznmhy69q-libzdb-3.2.1
├── include
│   └── zdb
│   ├── Connection.h
│   ├── ConnectionPool.h
│   ├── Exception.h
│   ├── PreparedStatement.h
│   ├── ResultSet.h
│   ├── SQLException.h
│   ├── Thread.h
│   ├── URL.h
│   ├── zdb.h
│   └── zdbpp.h
└── lib
├── libzdb.la
├── libzdb.so -> libzdb.so.12.0.1
├── libzdb.so.12 -> libzdb.so.12.0.1
├── libzdb.so.12.0.1
└── pkgconfig
└── zdb.pc
4 directories, 15 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment