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
committed by Dany LE
parent 0f2ab549e8
commit bff2c94fa9
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 \