Skip to content

Commit af4bf46

Browse files
committed
Merge branch 'dev'
2 parents 5460553 + d08ee4d commit af4bf46

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

vix.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "db",
3+
"namespace": "vix",
4+
"version": "0.1.0",
5+
"type": "header-and-source",
6+
"include": "include",
7+
"src": "src",
8+
"license": "MIT",
9+
"description": "Vix.cpp DB core (anti-ORM): drivers, pool, transactions, migrations.",
10+
"keywords": [
11+
"cpp",
12+
"vix",
13+
"db",
14+
"database",
15+
"drivers",
16+
"pool",
17+
"transactions",
18+
"migrations",
19+
"anti-ORM",
20+
"core"
21+
],
22+
"repository": "https://github.com/vixcpp/db",
23+
"authors": [
24+
{
25+
"name": "Gaspard Kirira",
26+
"github": "Gaspardkirira"
27+
}
28+
]
29+
}

0 commit comments

Comments
 (0)