I was thinking about writing my own to do the same thing.
The thought struck me to check sourceforge first. and WHAM
I will be actively using this.
Just one question. I would like to control which db it connects to.
Is there any reason I could not use a mysql db that is hosted?
This way I could connect from my laptop and desktop to the same db.
Again great app.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Welcome to Open Discussion
Hey this is great!
I was thinking about writing my own to do the same thing.
The thought struck me to check sourceforge first. and WHAM
I will be actively using this.
Just one question. I would like to control which db it connects to.
Is there any reason I could not use a mysql db that is hosted?
This way I could connect from my laptop and desktop to the same db.
Again great app.
Hi,
I'll put this feature on my todo list.
Thanks!
Hi,
PKB uses lucene as index engine. although the index can be stored into a relational database, but it's not as efficient as file system.
If you connect to you database, then PKB might need to re-index. I need to think of a solution to detect when the index need to be updated.
Thanks!