Nieuws

I'm primarily a web developer, but I'm working on a project for a class (genetic algorithm), and I wanted to use SQLite to store my results in (and use the querying capabilities).How do I embed it ...
Press "Ctrl-Alt-T" to open a terminal window in Ubuntu. Type "sudo apt-get install sqlite3 libsqlite3-dev" (omit the quotes here and throughout) to install SQLite and its development files.