B4X FEED Shrinking that SQLite JDBC library!

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: Shrinking that SQLite JDBC library! است. این موضوع تا کنون 71 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع Shrinking that SQLite JDBC library!
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
71
پسندها
0
آخرین ارسال توسط PracticalSoft
وضعیت
موضوع بسته شده است و نمی‌توان پاسخ جدیدی فرستاد.
Jun 6, 2020
11,576
4,481
NOTE: This isnt recommened for everyone, this is just something that works for me. Removing support for specific platforms could cause your app to stop working.

I use SQLite for a lot of server projects and I've noticed over the years that the SQLite JDBC library has gotten bigger and bigger (3mb -> 7mb). Nowadays it actually accounts for more than 60-80% of my apps final size.

برای دیدن تصاویر باید ثبت نام کنید



While this isnt hugely problematic it is a bit frustrating having all of that extra file size. I could set my B4J project to not merge the libraries but thats just a pain as I have to maintain all the libraries manually.

So whats special about this library? Why is it so big?

If you've ever used SQLite on Windows via command line you wouldve seen there is a sqlite3.dll file specifically for Windows. In fact if you go to the offical SQLite download page you'll see many different binaries for different operating systems and architectures...



 

وضعیت
موضوع بسته شده است و نمی‌توان پاسخ جدیدی فرستاد.
عقب
بالا