Hacker News new | past | comments | ask | show | jobs | submit login

> Write something sqlite-specific that exposes sqlite's features

This is about using SQLite with existing tools that don't have support for it. It's very common since it's easier to support multiple remote database servers (MySQL, Postgres) vs adding the in-process model for SQLite only.

Also you need to take the context into account - Fly.io has SQLite databases distributed across their nodes (see their post about replacing Consul [1]) and most likely want to be able to manage those remotely. Since SQLite doesn't have a server protocol, tools that have bindings for it only support working with local databases.

[1] https://fly.io/blog/a-foolish-consistency/




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: