Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mvysny committed Jul 29, 2024
1 parent 185908c commit 7553609
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,10 +521,19 @@ has validations enabled and all necessary jars included.
## Data Loaders

The support for [Data Loader](https://gitlab.com/mvysny/vok-dataloader) is deprecated and removed.

## Vaadin

For Vaadin integration please see [jdbi-orm-vaadin](https://gitlab.com/mvysny/jdbi-orm-vaadin)
which supports vok-orm too, and it provides support for all sorts of data providers including
entity, POJO and joins/custom SQL statements.

For Vaadin example apps, please take a look at:

* [beverage-buddy-vok](https://github.com/mvysny/beverage-buddy-vok): A full-blown Vaadin Kotlin app which demoes vok-orm-based CRUD
* [vok-security-demo](https://github.com/mvysny/vok-security-demo): uses vok-orm to load users
* [vaadin-kotlin-pwa](https://github.com/mvysny/vaadin-kotlin-pwa): demoes Vaadin+Kotlin+CRUD as well

## Full-Text Filters

In order for the `FullTextFilter` filter to work, you must create a proper full-text index
Expand Down

0 comments on commit 7553609

Please sign in to comment.