Litdb can be used directly without the need for a driver with your favorite ORM, making it incredibly versatile. It also offers lightweight drivers for popular databases like Bun SQLite, Node better-sqlite, PostgreSQL, and MySQL, each with its own set of documentation. These drivers provide a unified interface for executing custom parameterized SQL, SQL Builders, and SQL Fragments, catering to both sync and async APIs for different database types. The litdb Drivers are lightweight data adapters that can be used independently but offer the most value when used together. The seamless integration across all drivers allows for easy switching between them.
https://litdb.dev/