Ask HN: What Do You Use for a Personal Database

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. sqlite-utils

    Python CLI utility and library for manipulating SQLite databases

    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...

  2. 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.

    CodeRabbit logo
  3. datasette

    An open source multi-tool for exploring and publishing data

    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...

  4. nolific

    A very simple web based note solution that's designed to serve as my second brain.

    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

  5. ponder

    A fast text scratchpad that saves your thoughts (by codazoda)

    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

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • I'm sure I'm being stupid.. Copying data from an API and making a database

    2 projects | /r/Database | 19 Jan 2023
  • Big data, CSV file exploration. How do you do it? Here's my way

    2 projects | /r/Python | 28 Oct 2022
  • Does anyone here use sqlite just to do quick queries, because it is easier than loading to another rdb?

    3 projects | /r/Python | 5 Aug 2022
  • Need a database that can hold 16 million records and export any 2000 non-sequential records to Excel within 10 seconds.

    2 projects | /r/Database | 25 Jun 2022
  • projects in SQL

    2 projects | /r/learnSQL | 17 Apr 2022

Did you know that Python is
the 2nd most popular programming language
based on number of references?