Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Have you considered using SQLite vtables for this?


+1 Being able to browse with an sqlite ui would be lovely.


SQLite’s source itself is being managed using Fossil, which uses an SQLite DB as a backing store (instead of a .git directory or similar). That’s a clever use, since the .git dir basically reinvents a database.


SQLite VTables is great but i want also to have some customization inpsired by MySQL for example user defined variables and functions, maybe add PUSH or PULL Statement and control the features


Tried something similar here: https://github.com/shayonj/branch_base

Lmk what you think :)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: