Skip to content
| Marketplace
Sign in
Visual Studio>Templates>WINRTSqlite
WINRTSqlite

WINRTSqlite

Loganathan.v

|
1,298 installs
| (0) | Free
This project help us to create and access the database apart from the installed location. Supported filed locations are Public & private Documents, Downloads, Pictures, Music and videos.
Download

MS does not support this feature, I have done a workaround to achieve this….

Converted SQLite source code entirely to support winRT Framework version, This will help us to create and access the database apart from the installed location. Supported filed locations are Public & private Documents, Downloads, Pictures, Music and videos. This option doesn’t support in native version of winRT application (Plugin).

This library supports the following functionality

Ø  Bulk Insert, update and delete

Ø  Encryption database

Ø  Database Shrink

Ø  Transaction

SQLite “WINRTSqlite3” Library details

 

Operation

SQL Wrapper Method Name

Bulk Insert

BulkInsert<T>( object collection)

Bulk Update

BulkUpdate<T>( object  collection)

Bulk Delete

BulkDelete<T>(object collection)

Encrypt Database file

DBPassword(string password)

Database Shrink

DatabaseShrink()

Transaction

BeginTransaction()

Rollback()

Commit()

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft