Live data from Hacker News

Show HN: SQLite Transaction Benchmarking Tool

github.com

21–23 of 23 posts

Re: Show HN: SQLite Transaction Benchmarking Tool

#21
post #19

Earlier quoted context omitted.

> I feel connection pooling is much more rare in SQLite libraries than it should be. I'm maintaining one implementation (sqlite_async for Dart), but feel like this should be the standard for all languages with async/await support. I completely agree. But I simply have no reference / good-practice implementations to take inspiration from. I'd be more than willing to have an Elixir FFI bridge to a Rust library (and wri…

Libsql fork has good rust node async, you could look at them for inspiration. Maintained by Turso.

Thank you. Is this the one you are talking about?

https://github.com/tursodatabase/libsql

Re: Show HN: SQLite Transaction Benchmarking Tool

#22
post #19

Earlier quoted context omitted.

Libsql fork has good rust node async, you could look at them for inspiration. Maintained by Turso.

Thank you. Is this the one you are talking about? https://github.com/tursodatabase/libsql

Yes, also the node bindings https://github.com/tursodatabase/libsql-js
Post reply on HN