https://github.com/payamdarabi/jsontosqlite
https://github.com/payamdarabi/jsontosqlite
csharp json sqlite
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/payamdarabi/jsontosqlite
- Owner: PayamDarabi
- Created: 2022-05-23T17:40:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T17:40:35.000Z (about 4 years ago)
- Last Synced: 2025-06-05T07:17:39.365Z (about 1 year ago)
- Topics: csharp, json, sqlite
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JsonToSqlite
C# console application that Insert multiple Json files to Sqllite

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