An open API service indexing awesome lists of open source software.

https://github.com/payamdarabi/jsontosqlite


https://github.com/payamdarabi/jsontosqlite

csharp json sqlite

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# JsonToSqlite
C# console application that Insert multiple Json files to Sqllite

![download](https://user-images.githubusercontent.com/8627007/169873078-17fdfac3-3615-4253-bc91-c3094c2d61b4.png)

The following libraries have been used in writing this code:

.net 5.0
Newtonsoft.Json

How To Use
Put the parent folder`s path that Json files stored in your system in "filePath" variable and start.

Set Your ConnectionString
Tables Design: YOU SHOULD USE YOUR TABLES DESIGN

Majors Representing Id,PersianTitle,EnglishTitle
Vocabs Representing Id,Persian,ENglish
MajorsVocabs Refer`s to MajorId, VocabId