package compaction
Type Members
- trait DatabaseInterface extends AnyRef
- class PostgresJDBCDatabase extends DatabaseInterface
A Postgres Database backed by JDBC which uses the Postgres COPY command to insert data into the database.
A Postgres Database backed by JDBC which uses the Postgres COPY command to insert data into the database. Note that since this uses JDBC and CopyManager, its implementation is blocking under the hood.
- trait StorageInterface extends AnyRef