Skip to content

Comment on Ask HN: What's the best way to create a database for legal document clauses?

Comments

I would recommend SQLite + a nice usable interface tool like

datasette

https://github.com/simonw/datasette

Or SQLitebrowser https://sqlitebrowser.org/

(There are other generalized tools, search around to see if there are more suitable.)

You can store whole files, in addition to searchable text fields , and the single file is easier to share or turn into a more sophisticated “app” when the time is right.

Thanks! will check these out.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.