Live data from Hacker News

Stark-DB: SQLite-backed, change-tracking database available over HTTP

npmjs.com

1–10 of 10 posts

Re: Stark-DB: SQLite-backed, change-tracking database available over HTTP

#4

Doesn't this lose the primary latency benefit of Sqlite by introducing a network connection?

I wanted to comment exactly the same. This loses the advantage of SQLite, make it slower and more cumbersome to operate. You can simply do this with a library.

Re: Stark-DB: SQLite-backed, change-tracking database available over HTTP

#5

Doesn't this lose the primary latency benefit of Sqlite by introducing a network connection?

I wanted to comment exactly the same. This loses the advantage of SQLite, make it slower and more cumbersome to operate. You can simply do this with a library.

Simply?

Re: Stark-DB: SQLite-backed, change-tracking database available over HTTP

#6

Earlier quoted context omitted.

I wanted to comment exactly the same. This loses the advantage of SQLite, make it slower and more cumbersome to operate. You can simply do this with a library.

Simply?

They pretty much did the work for a lib at this point…

Re: Stark-DB: SQLite-backed, change-tracking database available over HTTP

#9

Doesn't this lose the primary latency benefit of Sqlite by introducing a network connection?

Lemme try and defend without fully understanding or use:

Say you have a local sqlite database and want to share it.

Wouldn't this allow such an extension?