Skip to content

Commit 15449e2

Browse files
add PACKAGES.md
1 parent d82bd43 commit 15449e2

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

PACKAGES.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
2+
# Package me.liuwj.ktorm.database
3+
4+
Entry of Ktorm framework, providing basic features of connection and transaction management.
5+
6+
# Package me.liuwj.ktorm.dsl
7+
8+
Constructs strong-typed SQL DSL.
9+
10+
# Package me.liuwj.ktorm.entity
11+
12+
Provides entity sequence APIs.
13+
14+
# Package me.liuwj.ktorm.expression
15+
16+
Expression tree and SQL generation supports, providing expression node types, tree visitor, and SQL formatter.
17+
18+
# Package me.liuwj.ktorm.logging
19+
20+
Simple logging facade of Ktorm, provides adapters for variable logging frameworks.
21+
22+
# Package me.liuwj.ktorm.schema
23+
24+
Database schema supports, including table and column definition, column binding, and SQL types.
25+
26+
# Package me.liuwj.ktorm.global
27+
28+
Provide a more concise DSL syntax based on a global database instance.
29+
30+
# Package me.liuwj.ktorm.jackson
31+
32+
Jackson extension module for Ktorm, providing json serialization for entity objects and json SQL type.
33+
34+
# Package me.liuwj.ktorm.support.mysql
35+
36+
MySQL dialect module for Ktorm.
37+
38+
# Package me.liuwj.ktorm.support.oracle
39+
40+
Oracle dialect module for Ktorm.
41+
42+
# Package me.liuwj.ktorm.support.postgresql
43+
44+
PostgreSQL dialect module for Ktorm.
45+
46+
# Package me.liuwj.ktorm.support.sqlite
47+
48+
SQLite dialect module for Ktorm.
49+
50+
# Package me.liuwj.ktorm.support.sqlserver
51+
52+
Microsoft SqlServer dialect module for Ktorm.

0 commit comments

Comments
 (0)