SQLite Forum

A flat-file interface for SQLite?
Login
Hello, I would like to use a directory of text files to interface with SQLite. For example, imagine a table with the columns id, filename, created, modified, author, and contents. A user could then work with the SQLite configured to look in some directory, and DB users / applications could benefit from all the features of SQLite like full-text search etc. 

Is this possible? Is it a bad idea for some reason? I am imagining a kind of notebook application where the flat files are Markdown format.