remove support for VDB, applications that used SQLite database can now use API provided by the libsqlite package (on MarketPlace)

This commit is contained in:
DanyLE
2023-06-01 11:19:47 +02:00
parent d6063aafb3
commit fd229c5477
4 changed files with 122 additions and 533 deletions

View File

@ -50,7 +50,6 @@ javascripts= dist/core/core.js \
dist/core/handles/RemoteHandle.js \
dist/core/Announcerment.js \
dist/core/vfs.js \
dist/core/db.js \
dist/core/BaseModel.js \
dist/core/BaseApplication.js \
dist/core/BaseService.js \