Releases: DallasHoff/sqlocal
Releases · DallasHoff/sqlocal
0.5.0
- Add Kysely dialect:
SQLocalKysely
class exported fromsqlocal/kysely
- Add
destroy
method
0.4.1
- Add type parameter to the
sql
method to allow assertion of the return type of queries.
0.4.0
- Move
driver
method to its own child class,SQLocalDrizzle
, which is exported fromsqlocal/drizzle
.
0.3.1
- Add
overwriteDatabaseFile
method - Include source maps in release files
0.3.0
- Add
transaction
method
0.2.0
- Convert the
createClient
function to a class,SQLocal
- Add
getDatabaseFile
method - Add
driver
method
0.1.0
Pass a database file name to createClient()
which connects to an SQLite database in the origin private file system and returns the sql
tagged template for querying that database.