Skip to content

Releases: DallasHoff/sqlocal

0.5.1

21 Apr 20:51
Compare
Choose a tag to compare

0.5.0

21 Apr 20:48
Compare
Choose a tag to compare
  • Add Kysely dialect: SQLocalKysely class exported from sqlocal/kysely
  • Add destroy method

0.4.1

21 Apr 20:44
Compare
Choose a tag to compare
  • Add type parameter to the sql method to allow assertion of the return type of queries.

0.4.0

21 Apr 20:41
Compare
Choose a tag to compare
  • Move driver method to its own child class, SQLocalDrizzle, which is exported from sqlocal/drizzle.

0.3.1

21 Apr 20:32
Compare
Choose a tag to compare
  • Add overwriteDatabaseFile method
  • Include source maps in release files

0.3.0

21 Apr 20:29
Compare
Choose a tag to compare
  • Add transaction method

0.2.0

21 Apr 20:26
Compare
Choose a tag to compare
  • Convert the createClient function to a class, SQLocal
  • Add getDatabaseFile method
  • Add driver method

0.1.0

21 Apr 20:22
Compare
Choose a tag to compare

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.