The Android SDK seems to have good wrapper interfaces in the android.database.sqlite package, can this shell (jar?) Be used, for example, in Windows ms environment?
No, java files for android will not work for windows, since the files are compiled into Dalvik bytecode instead of java bytecode.
There are too many dependencies between classes like SQLiteDatabase and the rest of Android. You can grab the source code for these classes, hack them and use them, but there can be a considerable number of hacks.
SQLiteDatabase
Source: https://habr.com/ru/post/1339465/More articles:How to get length number using PrefixStyle with ProtoBuf-net? - c #CRUD Joomla1.5 Extension Tutorial - crudStuck in ManagedBeanPreProcessingException: managing unexpected bean errors - javaProblem loading list of Android lists - androidVisual Studio Dual Monitor Layout: Watch / Debug Window continues to pop up on the screen to the left - visual-studioXML as a virtual registry slows down the application - c ++WebGrid and EF4 Attributes - asp.net-mvcto run a JS application locally in IE - javascriptHow to catch a list of tokens in an antlr3 tree grammar? - antlrHow to display items horizontally in a list control? - windows-phone-7All Articles