Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.05 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.05 KB

Codacy Badge

atest-ext-store-orm

ORM database Store Extension for API Testing

This project provides an ORM-based database store extension for API testing, simplifying data storage and retrieval operations. It supports various databases including SQLite, MySQL, PostgreSQL, TDengine, and others, making it versatile for different testing environments.

Features

  • Simplified database operations using ORM.
  • Integration with API testing frameworks.
  • Support for multiple databases (SQLite, MySQL, PostgreSQL, TDengine, etc.).

Usage

To use this extension in your API testing project, follow these steps:

  1. Install the necessary dependencies.
  2. Configure the database connection settings.
  3. Integrate the extension into your API tests.

Q&A

Run the command apt-get install build-essential libsqlite3-dev if you meet the sqlite errors.