Skip to content

Commit 9eb8a4f

Browse files
2 parents ca8bb3e + 8bd8e46 commit 9eb8a4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# True LINQ to IndexedDB - Magic IndexedDb
2-
This project is currently under a massive refactor that has successfully built the first true LINQ to IndexedDB translation layer. Currently the released version is `v1.0.12` which is the last update to the version 1.0 era. Documentation is now being updated to reflect the very soon release of version 2.0 but until then, if you see this message. Then version 1.0 is still the supported release but [click here to go to the legacy documentation for `v1.0.12`](https://github.com/magiccodingman/Magic.IndexedDb/blob/master/MagicIndexDbWiki/Version-1.0-Legacy.md).
2+
This project is currently under a massive refactor that has successfully built the first true LINQ to IndexedDB translation layer. The large refactor is labeled under `v2.0`, but the last stable update was `v1.0.12`. You can find documentation on the v1.0 era [click here to go to the legacy documentation for `v1.0.12`](https://github.com/magiccodingman/Magic.IndexedDb/blob/master/MagicIndexDbWiki/Version-1.0-Legacy.md).
33

4-
Note the migration system is under construction. When this is finished, all version 1.0 documentation will cease to exist anywhere but in the legacy documentation area. Version 1.0 will become completely unsupported.
4+
Note the migration system is under construction. Stability of the query engine and implementation of the migration system is when v2.0 will be considered fully complete.
55

66
# **Introduction to LINQ to IndexedDB – The Revolution Begins**
77

@@ -66,7 +66,7 @@ Additionally this library has self validation which guides you the best it can t
6666
However, just as **LINQ to SQL is not identical to in-memory LINQ**, **LINQ to IndexedDB also has nuances**. It’s important to understand how your queries are translated and where indexes vs. cursors will be used. Understanding how LINQ to IndexedDB works is important to building optimized queries. Just like in LINQ to SQL where you can build queries accidentally that are not performant, the same idea stands true here!
6767

6868
It's important that you read the LINQ to IndexedDB documentation to truly understand what's going on so you can use IndexedDB like a pro:
69-
## [Click Here to Get Started - Magic IndexedDB Documentation](https://github.com/magiccodingman/Magic.IndexedDb/blob/master/MagicIndexDbWiki/Index.md)
69+
## [Click Here to Get Started - Magic IndexedDB Documentation](https://sayou.biz/Magic-IndexedDB-Index)
7070

7171
## Blazor
7272
And for us Blazor users. Not only is this powerful, but we obviously get something truly amazing! Built in true yield based AsAsyncEnumerator operations, built in streamed responses for uncapped message limits, and so much more!

0 commit comments

Comments
 (0)