Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# XamarinForms LiteDB

## LiteDB
![alt text](https://www.c-sharpcorner.com/article/xamarin-forms-working-with-litedb-crud-operations/Images/LiteDB-On-Xamarin-Forms.png)
* LiteDB is a serverless database fully written in C# code.
* LiteDB stores documents in the BSON (Binary JSON) data format like MongoDB.
* LiteDB is a simple and fast NoSQL database. use to build Mobile, Desktop and small web applications.

## Sample Output
![alt text](https://www.c-sharpcorner.com/article/xamarin-forms-working-with-litedb-crud-operations/Images/out5.PNG)
## More Details
https://www.c-sharpcorner.com/article/xamarin-forms-working-with-litedb-crud-operations/