Skip to content

Commit

Permalink
Add migration informations (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus authored Aug 8, 2023
1 parent c0513b4 commit e14e045
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ A Cross-SQL-DB Engine Akka.Persistence plugin with broad database compatibility

This is a port of the amazing [akka-persistence-jdbc](https://github.com/akka/akka-persistence-jdbc) package from Scala, with a few improvements based on C# as well as our choice of data library.

Please read the documentation carefully. Some features may be specific to use case and have trade-offs (namely, compatibility modes)
Please read the documentation carefully. Some features may have specific use case and have trade-offs (namely, compatibility modes).

If you're migrating from legacy `Akka.Persistence.Sql.Common` based plugins, you can read the [migration guide documentation](https://github.com/akkadotnet/Akka.Persistence.Sql/blob/dev/docs/articles/migration.md), the [migration tutorial](https://github.com/akkadotnet/Akka.Persistence.Sql/blob/dev/docs/articles/migration-walkthrough.md), and watch the [migration tutorial video](https://youtu.be/gSmqUrVHPq8).

# Table Of Content
- [Akka.Persistence.Sql](#akkapersistencesql)
Expand Down

0 comments on commit e14e045

Please sign in to comment.