add remaining persistence shortcodes
[yosql.git] / yosql-website / content / persistence / sql2o.md
blobc5a24bee819448a84db4a1a5d304842aa1d8581f
1 ---
2 title: Sql2o
3 date: 2019-09-27T18:51:08+02:00
4 menu:
5   main:
6     parent: Persistence APIs
7 categories:
8   - Persistence
9 tags:
10   - sql2o
11 ---
13 The `Sql2o` based implementation.
15 | Read | Write | Call | Batch Write | Rxjava | Stream Eager | Stream Lazy |
16 |------|-------|------|-------------|--------|--------------|-------------|
17 | ✘    | ✘     | ✘    | ✘           | ✘      | ✘            | ✘           |
19 ### Maven
21 In order to use `YoSQL` together with [Maven](https://maven.apache.org/), take a look at the tooling [documentation
22 for Maven](/tooling/maven/).
24 {{< maven/persistence/sql2o/index >}}