Skip to content

Commit

Permalink
docs: improve mention about cdn77 in last blog post 2
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Apr 11, 2024
1 parent 8b7c3a5 commit c937060
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 8 deletions.
15 changes: 13 additions & 2 deletions docs/blog/2024-04-09-mikro-orm-6-2-released.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ I am pleased to announce [MikroORM v6.2](https://github.com/mikro-orm/mikro-orm/

<!--truncate-->

### In case you don’t know…

If you never heard of [MikroORM](https://github.com/mikro-orm/mikro-orm), it’s a TypeScript data-mapper ORM with Unit of Work and Identity Map. It supports MongoDB, MySQL, PostgreSQL, SQLite, and since this new version also MS SQL Server and libSQL/Turso. Key features of the ORM are:

- [Implicit transactions](https://github.com/mikro-orm/mikro-orm#implicit-transactions)
- [ChangeSet based persistence](https://github.com/mikro-orm/mikro-orm#changeset-based-persistence)
- [Identity map](https://mikro-orm.io/docs/identity-map/)

Take a look at the full introductory article [here](./2019-04-08-introducing-mikroorm-typescript-data-mapper-orm-with-identity-map.md) (but note that many things have changed since that was written, for the better, of course!).

## New drivers

Adding the new **Microsoft SQL Server** support was far away from a simple task. In fact, it took almost 4 years to finish it, and a huge part of it was implemented by [Michael Walters](https://github.com/UTGuy), so let me use this opportunity thank him again!
Expand Down Expand Up @@ -136,9 +146,10 @@ There are two notable changes here:

Finally, I'm thrilled to announce some exciting news! Starting last month, MikroORM welcomed a major sponsor, [CDN77](https://www.cdn77.com/)—a leading content delivery network serving over a billion users monthly, ensuring top-notch online experiences. This support enables me to dedicate more time to its development.

[![CDN77.com][cdn77logo]][cdn77link]
[![CDN77.com][cdn77logo-light]![CDN77.com][cdn77logo-dark]][cdn77link]

[cdn77link]: https://www.cdn77.com/
[cdn77logo]: /img/cdn77-logo-dark.svg
[cdn77logo-light]: /img/blog/logo-cdn77-light.svg#gh-light-mode-only
[cdn77logo-dark]: /img/blog/logo-cdn77-dark.svg#gh-dark-mode-only

If you are using MikroORM, please [consider donating](https://github.com/sponsors/B4nan) to support the development too.
5 changes: 5 additions & 0 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -303,3 +303,8 @@ html[data-theme="dark"] .markdown blockquote {
display: block;
margin-top: 50px;
}

[data-theme='light'] img[src$='#gh-dark-mode-only'],
[data-theme='dark'] img[src$='#gh-light-mode-only'] {
display: none;
}
9 changes: 9 additions & 0 deletions docs/static/img/blog/logo-cdn77-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions docs/static/img/blog/logo-cdn77-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions docs/static/img/cdn77-logo-dark.svg

This file was deleted.

0 comments on commit c937060

Please sign in to comment.