diff --git a/.changeset/chilly-carrots-care.md b/.changeset/chilly-carrots-care.md new file mode 100644 index 00000000..56477b33 --- /dev/null +++ b/.changeset/chilly-carrots-care.md @@ -0,0 +1,5 @@ +--- +"@journeyapps/wa-sqlite": patch +--- + +Reflect correct feature status in Readme diff --git a/README.md b/README.md index db310c1b..434a81d2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@ [![wa-sqlite CI](https://github.com/powersync-ja/wa-sqlite/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/powersync-ja/wa-sqlite/actions/workflows/ci.yml?branch=master) -# Beta -This package is currently in a beta release. - - # wa-sqlite This is a WebAssembly build of SQLite with support for writing SQLite virtual filesystems completely in Javascript. This allows alternative browser storage options such as IndexedDB and Origin Private File System. Applications can opt to use either a synchronous or asynchronous (using Asyncify or JSPI) SQLite library build (an asynchronous build is required for asynchronous extensions).