Simple implementation to store object in tree structure.
A kotlin multiplatform experiment for representing app navigation with tree like data structures
A kotlin multiplatform experiment for representing app navigation with tree like data structures
A kotlin multiplatform experiment for representing app navigation with tree like data structures
`jdbc-json-extension` is to fetch data from RDBMS in JSON format. The data is structured the in the same relation structure of the Tables relationships in the database. The fetch is pre-planned using a `FetchPlan` configuration. The execution is multithreaded tree pattern where it starts from the `root` table with supplied filter parameters. The subsequent nodes (tables) are fetched as the `One-to-*` relationship defined from the root tables.
Library providing observables arranged in tree structure with propagating events
`jdbc-json-extension` is to fetch data from RDBMS in JSON format. The data is structured the in the same relation structure of the Tables relationships in the database. The fetch is pre-planned using a `FetchPlan` configuration. The execution is multithreaded tree pattern where it starts from the `root` table with supplied filter parameters. The subsequent nodes (tables) are fetched as the `One-to-*` relationship defined from the root tables.
A powerful and flexible query parsing library for Java that transforms search queries into structured Abstract Syntax Trees (AST) with support for boolean operators, phrases, wildcards, fuzzy search, field queries, and more