Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Sqlite #486

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions UltraStar Play/Assets/Common/Common.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"com.achimmihca.simplehttpserverforunity",
"com.achimmihca.scenechangeanimations",
"com.achimmihca.portaudioforunity",
"com.achimmihca.sqliteunity",
"playshared",
"playsharedui",
"SpleeterSharp",
Expand All @@ -44,7 +43,6 @@
"HtmlAgilityPack.dll",
"LibVLCSharp.dll",
"Mono.CSharp.dll",
"Mono.Data.Sqlite.dll",
"ICSharpCode.SharpZipLib.dll",
"WindowsInput.dll",
"Newtonsoft.Json.dll"
Expand Down
8 changes: 0 additions & 8 deletions UltraStar Play/Assets/Common/Database.meta

This file was deleted.

26 changes: 0 additions & 26 deletions UltraStar Play/Assets/Common/Database/DataReaderExtensions.cs

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions UltraStar Play/Assets/Common/Database/DbConnectionExtensions.cs

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions UltraStar Play/Assets/Common/Database/SqliteUtils.cs

This file was deleted.

3 changes: 0 additions & 3 deletions UltraStar Play/Assets/Common/Database/SqliteUtils.cs.meta

This file was deleted.

50 changes: 0 additions & 50 deletions UltraStar Play/Assets/Editor/Tests/SQLiteUtilsTest.cs

This file was deleted.

3 changes: 0 additions & 3 deletions UltraStar Play/Assets/Editor/Tests/SQLiteUtilsTest.cs.meta

This file was deleted.

1 change: 0 additions & 1 deletion UltraStar Play/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"com.achimmihca.protrans": "https://github.com/achimmihca/ProTrans.git?path=ProTrans/Packages/com.achimmihca.ProTrans#1506e8dbedb71fefe47c1ffed9ea00c96e37a385",
"com.achimmihca.scenechangeanimations": "https://github.com/achimmihca/SceneChangeAnimations.git?path=SceneChangeAnimations/Packages/com.achimmihca.scenechangeanimations#v1.0.0",
"com.achimmihca.simplehttpserverforunity": "https://github.com/achimmihca/SimpleHttpServerForUnity.git?path=SimpleHttpServerForUnity/Packages/com.achimmihca.simplehttpserverforunity#5b6e02e899a69af2aa5eb22d49927697bfbd8a38",
"com.achimmihca.sqliteunity": "https://github.com/achimmihca/SQLiteUnity.git?path=SQLiteUnity/Packages/com.achimmihca.sqliteunity#654876bc42a72eb46feb045d86e3b7ea01fb50fc",
"com.achimmihca.uniinject": "https://github.com/achimmihca/UniInject.git?path=UniInject/Packages/com.achimmihca.uniinject#54c45dd7ff297312d743443d2e525d5f12690828",
"com.achimmihca.utfunknownunity": "https://github.com/achimmihca/UTF-Unknown-Unity.git?path=UTF-Unknown-Unity/Packages/com.achimmihca.utfunknownunity#v1.0.1",
"com.beatwaves.responsible": "https://github.com/sbergen/Responsible.git?path=/com.beatwaves.responsible#v4.4.0",
Expand Down
7 changes: 0 additions & 7 deletions UltraStar Play/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,6 @@
"dependencies": {},
"hash": "5b6e02e899a69af2aa5eb22d49927697bfbd8a38"
},
"com.achimmihca.sqliteunity": {
"version": "https://github.com/achimmihca/SQLiteUnity.git?path=SQLiteUnity/Packages/com.achimmihca.sqliteunity#654876bc42a72eb46feb045d86e3b7ea01fb50fc",
"depth": 0,
"source": "git",
"dependencies": {},
"hash": "654876bc42a72eb46feb045d86e3b7ea01fb50fc"
},
"com.achimmihca.uniinject": {
"version": "https://github.com/achimmihca/UniInject.git?path=UniInject/Packages/com.achimmihca.uniinject#54c45dd7ff297312d743443d2e525d5f12690828",
"depth": 0,
Expand Down
Loading