| ▲ | simonw 2 days ago | ||||||||||||||||
I'm going to think about how Datasette Apps can work with the apps themselves stored on a filesystem so they can be revision controlled using Git. I have an idea for a way to edit them through Datasette and have them backed up to Git via a separate mechanism, but having them on disk would be a whole lot more convenient. Filed an issue here: https://github.com/datasette/datasette-apps/issues/30 | |||||||||||||||||
| ▲ | anitil 2 days ago | parent | next [-] | ||||||||||||||||
Interesting idea, I know there's the fsdir [0] table-valued function / module that allows loading from disk, so it should be possible to modify that or hard-code base list of paths or something [0] https://sqlite.org/src/file/ext/misc/fileio.c, it allows you to read a directory recursively in the cli (`select * from fsdir("./");`) Edit: It allows upwards traversals (`select * from fsdir("../../../../etc/passwd");`), so beware | |||||||||||||||||
| |||||||||||||||||
| ▲ | ramses0 2 days ago | parent | prev [-] | ||||||||||||||||
nee: couchapps https://railsware.com/blog/couchdb-and-couchapp-part-1/amp/#... https://couchapp.readthedocs.io/en/latest/couchapp/gettingst... https://couchapp.readthedocs.io/en/latest/user/list-of-couch... | |||||||||||||||||