No, sqlite in calibre is used simply as a replacement for open() not as a db. If you want to do searches, use the calibre search API which is much faster than FTS (since it work on an in-memory copy of the data, and has query caching), not to mention far more capable.
|