File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -47,17 +47,21 @@ Demo applications are located in the [`demos/`](./demos) directory. See their re
4747- [ demos/supabase-todolist] ( ./demos/supabase-todolist/README.md ) : ** Currently a work in progress **
4848 A simple to-do list application demonstrating the use of the PowerSync Kotlin Multiplatform SDK and the Supabase connector.
4949
50- ## Limitations
50+ ## Current Limitations / Future work
5151
5252The PowerSync Kotlin Multiplatform SDK is currently in an alpha release and is not yet suitable for production use.
5353
54- - Integration with SQLDelight schema and API generation is not yet supported.
55- - Configurable logging is not yet implemented.
56-
57- [ // ] : # ( TODO )
58-
54+ Current limitations:
55+ - Debugging via configurable logging is not yet implemented.
56+ - Integration with SQLDelight schema and API generation (ORM) is not yet supported.
5957- Supports only a single database file.
6058
59+ Future work/ideas:
60+ - Improved error handling.
61+ - Attachments helper package.
62+ - Management of DB connections on each platform natively.
63+ - Supporting additional targets (JVM, Wasm).
64+
6165## Getting Started
6266
6367### Installation
You can’t perform that action at this time.
0 commit comments