Skip to content

Commit

Permalink
initial web version running
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensJourney committed Jan 29, 2024
1 parent a7370cf commit c4280a6
Show file tree
Hide file tree
Showing 22 changed files with 505 additions and 435 deletions.
2 changes: 1 addition & 1 deletion lib/powersync.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/// Use [PowerSyncDatabase] to open a database.
library;

export 'src/database/database_interface.dart';
export 'src/database/abstract_powersync_database.dart';
export 'src/powersync_database.dart';
export 'src/schema.dart';
export 'src/connector.dart';
Expand Down
Loading

0 comments on commit c4280a6

Please sign in to comment.