File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 4
4
* [ Running Application] ( /framework/running-application.md " Running guide for Antidot Framework ")
5
5
* [ Routing] ( /framework/routing.md )
6
6
* [ Templating] ( /framework/templating.md )
7
+ * [ Persistence Layer] ( /framework/persitence.md )
7
8
* [ Dependency Injection] ( /framework/dependency-injection.md )
8
9
* [ Logger] ( /framework/logger.md )
9
10
* [ Event System] ( /framework/event-system.md )
Original file line number Diff line number Diff line change
1
+ # Persistence Layer
2
+
3
+ Antidot Framework doesn't have any persistence layer defined, it left the decision o where and how you want to store and consume your data.
4
+ Anyway, we provide some adapters to use out of the box for the most popular persistence libraries.
5
+
6
+ ## Doctrine DBAL Adapter
7
+
8
+ Uses Doctrine DBAL abstraction layer for database connections.
9
+
10
+ > [ Doctrine DBAL Adapter] ( https://github.com/antidot-framework/dbal-adapter )
11
+
12
+ Coming soon
13
+
14
+ ## Doctrine ORM Adapter
15
+
16
+ Uses Doctrine ORM complete stack.
17
+
18
+ > [ Doctrine DBAL Adapter] ( https://github.com/antidot-framework/doctrine )
19
+
20
+ Coming soon
You can’t perform that action at this time.
0 commit comments