diff --git a/README.md b/README.md new file mode 100644 index 0000000..09b8c7b --- /dev/null +++ b/README.md @@ -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/