Skip to content

Documentation

Adam J. Krouk edited this page Aug 25, 2022 · 15 revisions

Features

  • Queries
    • Base Options
    • Insert
    • Select
    • Update
    • Delete
    • Upsert
  • Expressions
    • Boolean Expressions
    • Numeric Expressions
  • Operators
    • Logic Operators
  • Other
    • Run Function
    • PromiseDB

Recommended Software

Presently, PromiseSQL has no built-in functionality for creating tables, attaching databases, etc. While these operations can be accomplished with the run function, the open-source tool DB Browser is a great alternative for managing tables and data within SQLite databases (and is what I use personally 😉).

Why the 🐣 mascot?

Well, SQLite's logo is a feather and PromiseSQL is all about promise-based queries, so the hatching chick represents a PromiseSQL query being resolved!

Clone this wiki locally