Adapter for reading data from a migration source backend. Implementations exist for SQLite, Postgres, and Qdrant.
List table/collection names available for migration.
Count rows/points in a table.
Read a batch of rows starting at offset.
Table name to read from.
Number of rows to skip.
Maximum rows to return.
Array of row objects with column values.
Close the connection and release resources.
Adapter for reading data from a migration source backend. Implementations exist for SQLite, Postgres, and Qdrant.