https://github.com/linuxsuren/atest-ext-store-orm
ORM database Store Extension for API Testing
https://github.com/linuxsuren/atest-ext-store-orm
greptimedb mysql postgres tdengine
Last synced: about 2 months ago
JSON representation
ORM database Store Extension for API Testing
- Host: GitHub
- URL: https://github.com/linuxsuren/atest-ext-store-orm
- Owner: LinuxSuRen
- License: apache-2.0
- Created: 2023-12-27T08:38:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-07T06:12:25.000Z (2 months ago)
- Last Synced: 2025-04-07T07:24:18.061Z (2 months ago)
- Topics: greptimedb, mysql, postgres, tdengine
- Language: Go
- Homepage: https://github.com/LinuxSuRen/api-testing
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://app.codacy.com/gh/LinuxSuRen/atest-ext-store-orm/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
# atest-ext-store-orm
ORM database Store Extension for API TestingThis 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.