From c6469df3a89fc0466bc4fd5c862803416fe98f3f Mon Sep 17 00:00:00 2001 From: silverqx Date: Sat, 13 Feb 2021 16:44:09 +0100 Subject: [PATCH] updated README.md files --- README.md | 4 ++-- docs/README.md | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 docs/README.md diff --git a/README.md b/README.md index ab346d6dd..4d727403d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# TinyOrm +# TinyORM -TinyOrm is ORM heavily inspired by Laravel Eloquent ORM, currently in development and may be stays forever 🙂. +TinyORM is a modern ORM library heavily inspired by Laravel's Eloquent ORM that makes interacting with a database extremely simple. diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 000000000..9ecf7059c --- /dev/null +++ b/docs/README.md @@ -0,0 +1,8 @@ +# TinyORM: Documentation + +TinyORM is a modern ORM library that makes interacting with a database extremely simple. + +- [Database: Getting Started](database.md) +- [Database: Query Builder](query-builder.md) +- [TinyORM: Getting Started](tinyorm.md) +- [TinyORM: Relationships](tinyorm-relationships.md)