Handbook · 2026 edition

The Limerence handbook

A desktop app that reads your database and answers questions in plain language. What it does, where your data goes, how to teach it what your business means, and how to tell when it is wrong.

By the Limerence team · Living document

What's inside

Setting up

  1. Connecting a database

    What the app finds on its own, the credentials worth handing it, and how it learns and re-learns the shape of your schema.

  2. Data sources

    1. PostgreSQLConnection profiles, TLS modes from disable through verify-full, search-path handling, and schema scoping.
    2. MySQL & MariaDBUser and grant setup, charset and collation gotchas, and the dialect differences SQL generation already accounts for.
    3. SQL ServerWindows versus SQL auth, schema versus database scoping, and what to expect against a read replica.
    4. SQLitePointing at a file on disk. The fastest way to try this on data you already have, with nothing to provision.
  3. Connecting a model

    Bringing your own key, which provider to start with, and what the app sends when it asks one a question.

  4. Teaching it your business

    A schema says orders and amount. It does not say which orders count as revenue. Spaces, and the definitions that outlive a conversation.