The Database Library for Robot Framework allows you to query a database and verify the results. It requires an appropriate Python module to be installed separately ...
Usage: db-to-sqlite [OPTIONS] CONNECTION PATH Load data from any database into SQLite. PATH is a path to the SQLite file to create, e.c. /tmp/my_database.db ...