Software Heritage - Core foundations
Low-level utilities and helpers used by almost all other modules in the stack.
core library for swh's modules:
- config parser
- serialization
- logging mechanism
- database connection
- http-based RPC client/server
The cls of a module given as 'package:cls' was wrongly hardwired to "postgresql", and the `db create` was not properly parsing the given module for the 'package:cls' syntax, like any other commands do.
Low-level utilities and helpers used by almost all other modules in the stack.
core library for swh's modules: