https://github.com/colonelbundy/martenmigrator
Data migrator for Marten
https://github.com/colonelbundy/martenmigrator
data database documentdb marten migration postgres
Last synced: 4 months ago
JSON representation
Data migrator for Marten
- Host: GitHub
- URL: https://github.com/colonelbundy/martenmigrator
- Owner: ColonelBundy
- License: mit
- Created: 2020-02-02T15:17:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-07T17:04:16.000Z (over 5 years ago)
- Last Synced: 2025-06-04T11:37:09.448Z (4 months ago)
- Topics: data, database, documentdb, marten, migration, postgres
- Language: C#
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/Marten.Migrator/)
## A work in progress.
> The goal of this project is to migrate data when a class has changed, changing something from object to string? you probably don't want to keep that data around since you'll get exceptions quering it so this library will first check if a conversion is possible, if not we'll discard the data. Otherwize it will leave the data as is and it'll get converted when you query it.
> Since this is a work in progress, only valuetypes are supported for now and there might be many unforseen circiumstances that may or may not work as expected.