drizzle-solid

A familiar way to work with Pod data.

Define your application’s objects, fields, and relationships, then connect them to data in a Pod. drizzle-solid is for developers building applications on Solid.

  • npm: @undefineds.co/drizzle-solid
  • Published version 0.3.24
  • Works with drizzle-orm

Start with a minimal example.

The quickstart explains the authentication and runtime requirements in the official documentation, then points to the corresponding official examples. Start with a simple object to understand how records are written and read back.

The official example uses both pod(session) and drizzle(session). We have not executed it, so no run result is shown here.

Make locations and relationships explicit.

Object identifiers, field mappings, document locations, and write targets need clear definitions. Read the modeling conventions before extending the example to your own domain.

Use it with Xpod.

Xpod provides the Pod service; drizzle-solid helps applications organize and access its data. Compatibility and configuration depend on the versions used in the example.

Read the official example and its prerequisites first, then extend it in your own application.