Categories
Technology - Tips

An Introduction Of SQLite

An Introduction Of SQLite

In this post we will discuss about An Introduction Of SQLite.SQLite is a complete database system that has the advantage of requiring almost no setup. You just download a binary and work it like most other scripting languages.SQLite is an embedded relational database engine.SQLite is used in the Solaris 10 and Mac OS operating systems and by iPhone and Skype.The SQLite library is small. It can require less than 300 KiB.An SQLite database is a single ordinary disk file that can be located anywhere in the directory hierarchy.It is a cross platform file.It can be used on various operating systems, both 32 and 64 bit architectures.SQLite was written in the C programming language.

Get Started:

1. Download the binary for your platform, for windows follow this link.

2. Use your operating system’s package manager to install it.If you’re on Linux then you know what that means.If you’re on OSX then first go get a package manager and then use it to install SQLite.For Windows just Extract the file and double click on SQLite executable file.

3. You can also use it through Windows command prompt.Just open command prompt and go to SQLlite directory and run SQLite.exe.

An Introduction To The SQLite

 

Comments are closed.