We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I recently started learning sql and I have an SQLite file. I saw the beizerSQL library but I couldn't download it! I'm using processing 3.2.1 please help.
Answers
Maybe try out some older Processing versions like 2.2.1 or 3.0a5:
https://GitHub.com/processing/processing/releases/tag/processing-0232-3.0a5
Not all libraries were updated to be compatible w/ newer versions as you can see. :(
Is there any other way?
Well, you can request the library's author to update it for the newest Processing version. [-O<
The github comments suggest it was updated for v3 but 3.2.1 is probably too bleeding edge.
Does that mean it's impossible to use sqlite in processing?
the version in the library downloader appears to be is 0.2.0
the version in github appears to be 0.2.1, which has processing v3 additions
you might be able to install it manually by downloading from here:
https://github.com/fjenett/sql-library-processing/blob/master/release/BezierSQLib.zip
and unzipping that in your libraries directory.
i can confirm the above library works with processing 2, but i get errors (in red) in processing 3:
NoSuchMethodError: You may be using a library that's incompatible with this version of Processing.
but no more detail.
https://forum.Processing.org/two/discussions/tagged/nosuchmethoderror