Introduction :
First I’ll give you a brief introduction about this SQLite, so SQLite is a very small software library. It is a server less and less configuration (actually zero) SQL database engine. But it supports terabyte sized databases and gigabyte sized strings and blobs. And supported by systems like Linux, Mac OS-X, Android, iOS, Win32, WinCE, WinRT.
Requirements & Installation :
For our case I uses SQLite with JAVA so Java must be set up on the machine where you write your coding uses eclipse on windows. You can install JAVA from their site (www.java.com). If you’re not installed eclipse, you can do that with the help of THIS post. I recommend eclipse because it is very easy to use and there a lots of support in the internet. And you don’t need to worry about any libraries because eclipse already loaded with them.
No comments:
Post a Comment