# @lucia-auth/adapter-sqlite

## 3.0.0

See the [migration guide](https://v3.lucia-auth.com/upgrade-v3/sqlite).

## 2.0.1

### Patch changes

-   [#1202](https://github.com/lucia-auth/lucia/pull/1202) by [@ollema](https://github.com/ollema) : Update `better-sqlite3` peer dependency to include version 9.x

## 2.0.0

### Major changes

-   [#885](https://github.com/pilcrowOnPaper/lucia/pull/885) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update version and peer dependency

## 2.0.0-beta.8

### Major changes

-   [#822](https://github.com/pilcrowOnPaper/lucia/pull/822) by [@abdel-17](https://github.com/abdel-17) : Require `@libsql/client@0.3.0`

### Minor changes

-   [#867](https://github.com/pilcrowOnPaper/lucia/pull/867) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update peer dependency

### Patch changes

-   [#846](https://github.com/pilcrowOnPaper/lucia/pull/846) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Remove `@libsql/client` import

## 2.0.0-beta.7

### Minor changes

-   [#842](https://github.com/pilcrowOnPaper/lucia/pull/842) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update peer dependency

## 2.0.0-beta.6

### Minor changes

-   [#815](https://github.com/pilcrowOnPaper/lucia/pull/815) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Make `session` model name params optional for `betterSqlite3()`, `d1()`, `libsql()`

-   [#812](https://github.com/pilcrowOnPaper/lucia/pull/812) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update peer dependency

## 2.0.0-beta.5

### Minor changes

-   [#680](https://github.com/pilcrowOnPaper/lucia/pull/680) by [@abdel-17](https://github.com/abdel-17) : Add libSQL adapter

## 2.0.0-beta.4

### Patch changes

-   [#803](https://github.com/pilcrowOnPaper/lucia/pull/803) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update peer dependency

## 2.0.0-beta.3

### Major changes

-   [#788](https://github.com/pilcrowOnPaper/lucia/pull/790) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Require `lucia@2.0.0-beta.3`

## 2.0.0-beta.2

### Patch changes

-   [#768](https://github.com/pilcrowOnPaper/lucia/pull/768) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Update peer dependency

## 2.0.0-beta.1

### Patch changes

-   [#756](https://github.com/pilcrowOnPaper/lucia/pull/756) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Fix peer dependency version

## 2.0.0-beta.0

### Major changes

-   [#682](https://github.com/pilcrowOnPaper/lucia/pull/682) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Require `lucia@^2.0.0`

### Minor changes

-   [#682](https://github.com/pilcrowOnPaper/lucia/pull/682) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Add option to configure table names in `betterSqlite3()` and `d1()`

## 1.1.1

### Patch changes

-   [#579](https://github.com/pilcrowOnPaper/lucia/pull/579) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Fix `better-sqlite3` adapter only returning max 1 row

## 1.1.0

### Minor changes

-   [#563](https://github.com/pilcrowOnPaper/lucia/pull/563) by [@pilcrowOnPaper](https://github.com/pilcrowOnPaper) : Add `d1` adapter for Cloudflare D1
