getCurrentSchema abstract method

Future<String> getCurrentSchema()

Gets the current schema/namespace being used.

For PostgreSQL: Returns the first schema in search_path. For MySQL: Returns the current database. For SQLite: Returns 'main'.

Implementation

Future<String> getCurrentSchema();