Skip to content

Commit 003c573

Browse files
committed
Add vix.json for @vix/orm module (header-and-source)
1 parent 3f008cb commit 003c573

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

vix.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "orm",
3+
"namespace": "vix",
4+
"version": "0.1.0",
5+
"type": "header-and-source",
6+
"include": "include",
7+
"src": "src",
8+
"license": "MIT",
9+
"description": "Lightweight C++ ORM utilities for Vix.cpp: Entity mapping, repositories, query builder, and unit-of-work pattern.",
10+
"keywords": [
11+
"cpp",
12+
"vix",
13+
"orm",
14+
"repository",
15+
"unit-of-work",
16+
"query-builder",
17+
"entity",
18+
"database"
19+
],
20+
"repository": "https://github.com/vixcpp/orm",
21+
"authors": [
22+
{
23+
"name": "Gaspard Kirira",
24+
"github": "Gaspardkirira"
25+
}
26+
]
27+
}

0 commit comments

Comments
 (0)