mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[PR #227] [MERGED] Feature: "warn only" schema definitions #178
Labels
No labels
IndexedDB
browser
bug
dependencies
documentation
duplicate
enhancement
feature request
indexes
indexes
invalid
pull-request
query
question
transaction logging
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase#178
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/appy-one/acebase/pull/227
Author: @appy-one
Created: 5/21/2023
Status: ✅ Merged
Merged: 5/21/2023
Merged by: @appy-one
Base:
master← Head:feature/warn-only-schemas📝 Commits (2)
4e5b203addwarnOnlyschema option4d9fc0ebump acebase-core dependency📊 Changes
5 files changed (+244 additions, -12 deletions)
View changed files
📝
package-lock.json(+7 -7)📝
package.json(+1 -1)📝
src/api-local.ts(+2 -2)📝
src/storage/index.ts(+5 -2)📝
src/test/schema.spec.ts(+229 -0)📄 Description
This enables one to introduce schema definitions to an existing database, but logs warnings instead of denying writes not conforming to the schema.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.