-
SQLite with the open source toolchain I've been building over the past five years:
https://datasette.io as the interface for running queries against (and visualizing) my data.
https://sqlite-utils.datasette.io/ as a set of tools for creating and modifying my databases (inserting JSON or CSV data, enabling full text search text)
https://dogsheep.github.io as a suite of tools for importing my personal data - see also this talk I gave about that project: https://simonwillison.net/2020/Nov/14/personal-data-warehous...
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
SQLite with the open source toolchain I've been building over the past five years:
https://datasette.io as the interface for running queries against (and visualizing) my data.
https://sqlite-utils.datasette.io/ as a set of tools for creating and modifying my databases (inserting JSON or CSV data, enabling full text search text)
https://dogsheep.github.io as a suite of tools for importing my personal data - see also this talk I gave about that project: https://simonwillison.net/2020/Nov/14/personal-data-warehous...
-
Yup, I’m using mostly SQLite and tools I wrote using it these days, at least for personal data management.
I use this simple tool for most my notes now:
https://github.com/codazoda/nolific
For temporary notes I use my Ponder web app (it just uses the browsers DB) and is partially inspired by old AlphaSmart word processing machines:
https://github.com/codazoda/ponder
-
Yup, I’m using mostly SQLite and tools I wrote using it these days, at least for personal data management.
I use this simple tool for most my notes now:
https://github.com/codazoda/nolific
For temporary notes I use my Ponder web app (it just uses the browsers DB) and is partially inspired by old AlphaSmart word processing machines:
https://github.com/codazoda/ponder
Related posts
-
I'm sure I'm being stupid.. Copying data from an API and making a database
-
Big data, CSV file exploration. How do you do it? Here's my way
-
Does anyone here use sqlite just to do quick queries, because it is easier than loading to another rdb?
-
Need a database that can hold 16 million records and export any 2000 non-sequential records to Excel within 10 seconds.
-
projects in SQL