I'm trying to build Postler from source. I branched it from bzr, and the first step in the install process says to navigate to the postler folder and type "./waf configure", which I did. Upon typing that, it runs a bunch of checks and decides SQLite3 isn't in the pkg-config search path. How do I get it in the search path? I already installed it via sudo apt-get install sqlite3
.
I'm running Ubuntu 11.10.
Step 1 − Go to SQLite download page, and download precompiled binaries from Windows section. Step 2 − Download sqlite-shell-win32-*. Step 3 − Create a folder C:\>sqlite and unzip above two zipped files in this folder, which will give you sqlite3.
Connect To Database#!/usr/bin/python import sqlite3 conn = sqlite3. connect('test. db') print "Opened database successfully"; Here, you can also supply database name as the special name :memory: to create a database in RAM.
SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world.
You need to install the development package via sudo apt-get install libsqlite3-dev
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With