© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Mohamad Mahmood
Programming (Mobile, Web, Database and Machine Learning). Studying at the Center For Artificial Intelligence Technology (CAIT), FTSM, UKM MY
Add sqlite library mkdir -p lib cd lib curl -L -O https://repo1.maven.org/maven2/org/xerial/sqlite-jdbc/3.36.0.3/sqlite-jdbc-3.36.0.3.jar Create Java file: touch src/main/java Add codes into the file: import java.io.BufferedReader; import java.io.F...
No responses yet.