Skip to content

Releases: framerslab/sql-storage-adapter

sql-storage-adapter v0.5.0

Choose a tag to compare

@github-actions github-actions released this 15 Dec 00:40
chore: bump version to 0.5.0 for indexedDb options release

sql-storage-adapter v0.4.2

Choose a tag to compare

@github-actions github-actions released this 11 Dec 20:22

Fixed

  • better-sqlite3 directory creation: Adapter now creates parent directories before opening database file (fixes SQLITE_CANTOPEN when directory doesn't exist)
  • ESLint monorepo conflict: Added tsconfigRootDir to ESLint config to resolve parsing errors in monorepo setups
  • TypeDoc build: Moved guide docs from docs/ to guides/ to prevent deletion by TypeDoc's cleanOutputDir
  • README logo: Fixed Frame.dev logo URL (was 404ing due to incorrect path format)

Added

  • New test file betterSqliteAdapter.spec.ts for directory creation tests

sql-storage-adapter v0.4.1

Choose a tag to compare

@github-actions github-actions released this 05 Dec 16:52

Changes in v0.4.1

  • Added validateSQL option to BaseAdapterOptions for convenience
  • Fixed cache key collision between get() and all() operations
  • Constructor now merges top-level validateSQL into performanceSettings.validateSql

sql-storage-adapter v0.3.5

Choose a tag to compare

@github-actions github-actions released this 12 Nov 06:12
Release 0.3.5

sql-storage-adapter v0.3.3

Choose a tag to compare

@github-actions github-actions released this 08 Nov 13:05

[0.3.3]

Release notes not found.

sql-storage-adapter v0.3.2

Choose a tag to compare

@github-actions github-actions released this 08 Nov 01:27

[0.3.2]

Release notes not found.

sql-storage-adapter v0.3.1

Choose a tag to compare

@github-actions github-actions released this 07 Nov 21:01

[0.3.1]

Release notes not found.

sql-storage-adapter v0.3.0

Choose a tag to compare

@github-actions github-actions released this 07 Nov 17:57

[0.3.0]

Release notes not found.

sql-storage-adapter v0.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Nov 11:31

[0.2.0]

Release notes not found.

v0.1.0

Choose a tag to compare

@jddunn jddunn released this 03 Nov 10:33
Release v0.1.0 - Universal SQL Storage Adapter