AltHub
sqlite

sqlite

Lightweight, CGo-free SQLite3 database driver for Go.

About sqlite

Package sqlite is a sql/database driver using a CGo-free port of the C SQLite3 library.

✅ Pros

  • + Lightweight and efficient
  • + No CGo dependency
  • + Easy integration with Go projects

⚠️ Cons

  • - Limited to SQLite features
  • - Not suitable for large-scale distributed databases

Reviews

Loading reviews...