Skip to content

Commit cfa009f

Browse files
committed
Merge branch 'init-kmp' of https://github.com/powersync-ja/powersync-kotlin into init-kmp
2 parents 4428bef + 0669106 commit cfa009f

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff 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

5252
The 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

0 commit comments

Comments
 (0)