updated README.md files

This commit is contained in:
silverqx
2021-02-13 16:44:09 +01:00
parent bb6f15550d
commit c6469df3a8
2 changed files with 10 additions and 2 deletions

View File

@@ -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.

8
docs/README.md Normal file
View File

@@ -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)