Flox Package Database 1
CRUD Operations on Nix Package Metadata
|
Helpers for managing package database inputs and state. More...
#include <assert.h>
#include <list>
#include <map>
#include <nix/error.hh>
#include <nix/eval.hh>
#include <nix/fmt.hh>
#include <nix/logging.hh>
#include <nix/nixexpr.hh>
#include <nlohmann/json.hpp>
#include <optional>
#include <ostream>
#include <sqlite3pp.hh>
#include <tuple>
#include "flox/core/exceptions.hh"
#include "flox/pkgdb/input.hh"
#include "flox/pkgdb/write.hh"
Namespaces | |
namespace | flox |
Interfaces for use by flox . | |
namespace | flox::pkgdb |
Interfaces for caching package metadata in SQLite3 databases. | |
Helpers for managing package database inputs and state.