Skip to content

Commit 8ad3adc

Browse files
feat: Supported Dapper documentation (#9964)
Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
1 parent 119ebfe commit 8ad3adc

File tree

6 files changed

+702
-12
lines changed

6 files changed

+702
-12
lines changed
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Object–relational mapping (ORM)
22

3-
| Delivery System | Instruction |
4-
|-----------------------------------------------------------------|---------------------------------------|
5-
| [Hibernate](https://hibernate.org/orm/) | [Instruction](../hibernate.md) |
6-
| [Spring Data JDBC](https://spring.io/projects/spring-data-jdbc) | [Instruction](../spring-data-jdbc.md) |
7-
| [JOOQ](https://www.jooq.org/) | [Instruction](../jooq.md) |
3+
| Delivery System | Instruction |
4+
|-----------------------------------------------------------------|-----------------------------------------|
5+
| [Hibernate](https://hibernate.org/orm/) | [Instruction](../hibernate.md) |
6+
| [Spring Data JDBC](https://spring.io/projects/spring-data-jdbc) | [Instruction](../spring-data-jdbc.md) |
7+
| [JOOQ](https://www.jooq.org/) | [Instruction](../jooq.md) |
8+
| [Dapper](https://www.learndapper.com/) | [Instruction](../dapper.md) |
89

0 commit comments

Comments
 (0)