Skip to content

Database / Storage (SQL/SQLite)

`@ha-bits/bit-database-sql`v1.0.1📥 92 downloadsdatabase storage sql sqlite drizzle

SQL database storage bit using Drizzle ORM with SQLite support - replaces @ha-bits/bit-database with SQL persistence

Usage

yaml
# In your habit YAML
nodes:
  - id: my-bit-database-sql-node
    type: bit
    framework: bits
    module: "@ha-bits/bit-database-sql"
    action: "action_name"
    data:
      # action properties...

Used In Showcases

Released under the AGPL-3.0 License.