Skip to main content
Version: 0.3.36

2. Install & Query

Coming Soon

This tutorial is under development. See the Quick Start for installation basics and the Common Query Patterns cookbook for SQL recipes.

What you'll learn

  • Installing a RAP package into a running RaisinDB instance with raisindb package deploy ./package -r <repo> --install
  • Querying content with SQL over psql (SELECT ... FROM '<workspace>')
  • Filtering by JSON properties with the properties->>'key'::String = ... form
  • Navigating hierarchical paths with CHILD_OF, DESCENDANT_OF, PATH_STARTS_WITH(path, ...) and DEPTH(path)