diff --git a/docs/docs/getting-started.md b/docs/docs/getting-started.md index 791c22143..7a39757f9 100644 --- a/docs/docs/getting-started.md +++ b/docs/docs/getting-started.md @@ -1,31 +1,9 @@ -# - -
- TypeORM Logo Light - TypeORM Logo Dark -

-

- -
- - - - - - - - Coverage Status - -
- -

-

- -
+# Getting Started TypeORM is an [ORM](https://en.wikipedia.org/wiki/Object-relational_mapping) that can run in NodeJS, Browser, Cordova, PhoneGap, Ionic, React Native, NativeScript, Expo, and Electron platforms and can be used with TypeScript and JavaScript (ES2021). + Its goal is to always support the latest JavaScript features and provide additional features that help you to develop any kind of application that uses databases - from small applications with a few tables to large-scale enterprise applications @@ -39,13 +17,6 @@ maintainable applications in the most productive way. TypeORM is highly influenced by other ORMs, such as [Hibernate](http://hibernate.org/orm/), [Doctrine](http://www.doctrine-project.org/) and [Entity Framework](https://www.asp.net/entity-framework). -> **📣 Announcement: The Future of TypeORM** -> -> We're excited to share our vision for a revitalized TypeORM—a strategy focused on building a stable, robust, and sustainable foundation for the long term. Learn how we're structuring maintenance -> and bringing together dedicated resources to ensure TypeORM thrives for years to come. -> -> [Read the full announcement](./future-of-typeorm.md) - ## Features - Supports both [DataMapper](./guides/1-active-record-data-mapper.md#what-is-the-data-mapper-pattern) and [ActiveRecord](./guides/1-active-record-data-mapper.md#what-is-the-active-record-pattern) (your choice).