DbSyncKit.SQLite

DbSyncKit.SQLite is a package that extends DbSyncKit.DB, providing database-specific implementations and features tailored for SQLite. This package enhances DbSyncKit's capabilities to synchronize data efficiently with SQLite databases.

Installation

To install the DbSyncKit.SQLite package, use the following NuGet Package Manager command:

dotnet add package DbSyncKit.SQLite

Make sure to include the appropriate version based on your project requirements.

Ensure that SQLite platform library is properly initialized in your application's entry point. Add the following line to the entry point of your application:

SQLitePCL.Batteries.Init();

This initialization step is crucial for proper functioning of SQLite within Xamarin and UWP projects.

Documentation

Explore the detailed API documentation for DbSyncKit.SQLite to understand the classes, methods, and features specific to SQLite database synchronization:

Refer to the Setup Guide for configuring DbSyncKit.SQLite with your SQLite database connections.

Continue exploring other topics in the Usage Guide.