Releases: Odonno/surrealdb-migrations
Releases · Odonno/surrealdb-migrations
v0.9.12
v0.9.11
v0.9.10
v0.9.9
v0.9.8
v0.9.7
Features
♻️ allow generic surrealdb connection
✨ add ability to create new database branch
✨ add ability to remove a database branch
✨ list all existing branches
✨ add ability to merge a database branch
✨ display status of a database branch
🚸 prevent branch to be removed if used by another branch
✨ display differences of a database branch
Miscellaneous
🔧 update vscode settings to use clippy
Documentation
📝 create a markdown table to list predefined templates
📝 add samples section
📝 add link to GitHub Action
📝 add contributors section
📝 explain database branching with development workflow
📝 explain 3 merge modes
Full Changelog: v0.9.6...v0.9.7
v0.9.6
Features
- ✨ import table schema definition from sql files
- ✨ validate version order
- ✨ execute apply in dry run
- ✨ scaffold from template with DOWN files
- ✨ remove down files if exists
- ✨ add option to create down file when creating migration file
- ✨ apply down migration
- ✨ add config option to create schemafull table/event
- ✨ add cli arg to create schemafull table/event
- ✨ add wasm32-wasi binary target
- 🎉 create wasm sample app
- ✨ apply migrations on embedded context
- ✨ create migration file with content
- ✨ add option to validate version order on apply cli
Performance
Documentation
- 📝 add credits section
- 📝 add backward migrations on readme
- 📝 add definition of the configuration file
- 📝 use surrealdb-migrations in wasm sample app
- 📝 add mermaid diagram
Full Changelog: v0.9.5...v0.9.6