{"categories":[{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/3"}],"enrichment":{"capability":"A Robot Framework library that adds keywords for querying databases, verifying query results, and managing multiple database connections within automated test suites.","skillfed_tags":["robot-framework","database-testing","test-automation"],"use_cases":["Verify database records after an application operation in an automated test suite.","Check row counts or specific values in database tables as part of test assertions.","Test data setup and teardown by executing SQL commands from Robot Framework tests.","Validate data consistency across multiple databases in a single test run using connection aliases.","Query and assert on database state without writing custom Python code in your test suite."],"what_it_does":"This is a Robot Framework library that extends the framework with keywords for database operations, allowing test suites to connect to, query, and verify data in databases. It wraps Python database modules (like oracledb, pymysql, or psycopg2) and exposes keywords for executing SQL queries, checking row counts, validating query results, and managing multiple simultaneous database connections via aliases.\n\nThe library is designed for test automation scenarios where you need to verify database state or content as part of your test execution. It handles connection setup, query execution, and result validation through Robot Framework's keyword syntax, making it natural to use within Robot Framework test cases and keywords. You supply the database driver module separately, and the library provides the glue to use it within your tests.","worth_installing":"Yes, if you are using Robot Framework for test automation and need to query or verify databases. Install friction is low and the library is permissively licensed. Maintenance is aging (last release 213 days ago), so verify that your target database driver is supported before committing; no known vulnerabilities are present. Suitable for teams already invested in Robot Framework who want database testing without custom code."},"id":"robotframework-databaselibrary","links":{"html":"https://skillfed.io/packages/robotframework-databaselibrary","md":"https://skillfed.io/packages/robotframework-databaselibrary.md","pypi":"https://pypi.org/project/robotframework-databaselibrary/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2026-01-13","license_spdx":null,"license_treatment":"permissive","name":"robotframework-databaselibrary","python_support":"supports_current","summary":"Database Library for Robot Framework"},"popularity":{"monthly_downloads":392715,"position":7006,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.4.1"}
