• 0 Posts
  • 1 Comment
Joined 4Y ago
cake
Cake day: May 31, 2020

help-circle
rss

I’d be surprised if there is any language that doesn’t have a decent one.

Yeah, SQLite provides a library implemented in C. Because C doesn’t require a runtime, it’s possible for other languages to call into this C library. All you need is a relatively thin wrapper library, which provides an API that feels good to use in the respective language.