RSSAmplifier

Michael Maclean · Jan 12, 2022

Wrangling JSON in PostgreSQL

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

I’ve been using SQLite a bit in some of my own projects recently, and I think it’s a great solution for small self-hosted applications, avoiding the need to run a full-blown RDBMS where it’s not really warranted. Xe’s post about JSON in SQLite talks a lot about how to use SQLite to handle JSON data and load it into other tables without having to have your application do it, which is great. On the…

Read on mgdm.net

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.