Skip to content

Commit b20fd6d

Browse files
authored
doc: update readme to intro project (#24)
Co-authored-by: Rick <[email protected]>
1 parent fa2c24c commit b20fd6d

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/707e613bf0d84c3cb1367f98e4b1e463)](https://app.codacy.com/gh/LinuxSuRen/atest-ext-store-orm/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
22

33
# atest-ext-store-orm
4-
ORM database Store Extension of API Testing
4+
ORM database Store Extension for API Testing
55

6-
All issues of this project could be found at [linuxsuren/api-testing](https://github.com/LinuxSuRen/api-testing/issues).
6+
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, and others, making it versatile for different testing environments.
7+
8+
## Features
9+
- Simplified database operations using ORM.
10+
- Integration with API testing frameworks.
11+
- Support for multiple databases (SQLite, MySQL, etc.).
12+
13+
## Usage
14+
To use this extension in your API testing project, follow these steps:
15+
1. Install the necessary dependencies.
16+
2. Configure the database connection settings.
17+
3. Integrate the extension into your API tests.
718

819
## Q&A
920

0 commit comments

Comments
 (0)