That was a good read, thanks!

permalink
report
reply
2 points

it uses a single file on disk as a backing store

While this is the norm, you can have one database in multiple files.

Also, provides benchmarks on a file-based database whithout providing any details on the underlying filesystem.

permalink
report
reply
11 points
*
Deleted by creator
permalink
report
reply
4 points
*

SQLite’s type system could accurately be described as “there is no type system”. And the developers consider it a feature not a bug.

A recently added “STRICT” feature changes that. But it’s very rudimentary.

permalink
report
parent
reply
9 points

I use SQLite to power up lots of stuff I’m working on. It’s lightweight, fast, simple and well-documented for small projects — like a Postgres but very local. Saves me from having to deal with containers “just to store data”, let alone for moving stuff to other machine where I would also need the permissions to configure and run containers in the first place; whereas all you need to pass SQLite databases along is scp / rsync.

permalink
report
reply
4 points

It’s an interesting format for passing around information that’s best structured as a database, thus useful for one of my current spare-time projects.

permalink
report
reply

Programming

!programming@programming.dev

Create post

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person’s post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you’re posting long videos try to add in some form of tldr for those who don’t want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



Community stats

  • 3.5K

    Monthly active users

  • 1.7K

    Posts

  • 28K

    Comments