Skip to content

Commit

Permalink
Update features list
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Sep 16, 2023
1 parent a4a6133 commit 0839ea1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Evolu is designed for privacy, ease of use, and no vendor lock-in.
- Real-time experience via revalidation on focus and network recovery
- Schema evolving via `filterMap` ad-hoc migration
- No signup/login, no email collection, only Bitcoin-like mnemonic (12 words)
- Fetching nested objects and arrays in a single SQL query
- JSON support with automatic parsing and stringifying

## Local-first apps

Expand Down
2 changes: 2 additions & 0 deletions apps/web/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ update("todo", { id, isCompleted: true }, onComplete);
- Real-time experience via revalidation on focus and network recovery
- Schema evolving via `filterMap` ad-hoc migration
- No signup/login, no email collection, only Bitcoin-like mnemonic (12 words)
- Fetching nested objects and arrays in a single SQL query
- JSON support with automatic parsing and stringifying

## Community

Expand Down

1 comment on commit 0839ea1

@vercel
Copy link

@vercel vercel bot commented on 0839ea1 Sep 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

evolu – ./

evolu-git-main-evolu.vercel.app
evolu-evolu.vercel.app
www.evolu.dev
evolu.dev
evolu.vercel.app

Please sign in to comment.