MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: fireman on 2013-03-17, 11:05:50

Title: SQL Lite
Post by: fireman on 2013-03-17, 11:05:50
What is the SQL lite Database Path on the system where can i find that?
Title: Re: SQL Lite
Post by: MRatWork on 2013-03-17, 15:16:22
What you mean?.

Kloxo/Kloxo-MR using SQLite for certain config. An example, '/usr/local/lxlabs/kloxo/etc/slavedb/driver' file is sqlite database.
Title: Re: SQL Lite
Post by: fireman on 2013-03-17, 22:24:22
Quote from: "MRatWork"
What you mean?.

Kloxo/Kloxo-MR using SQLite for certain config. An example, '/usr/local/lxlabs/kloxo/etc/slavedb/driver' file is sqlite database.

With me using sql lite if I created a db where would it be physically stored on server itself what would the path be for a newly created db trying to run mybb and it wants the path where the db is stored.
Title: Re: SQL Lite
Post by: MRatWork on 2013-03-17, 22:40:44
SQLite not good for big database (let say 1MB or more). You can declare where you want sqlite database location.
Title: Re: SQL Lite
Post by: fireman on 2013-03-18, 20:50:02
Quote from: "MRatWork"
SQLite not good for big database (let say 1MB or more). You can declare where you want sqlite database location.


like this for newly created databases
Code: [Select]
'/path/to/database.db'
Title: Re: SQL Lite
Post by: MRatWork on 2013-03-18, 21:08:25
I think your issue not related to Kloxo-MR but general topic.

For Kloxo-MR, I have a plan on next release change from sqlite-based to ini-based config for Kloxo-MR config.