mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-02-11 04:49:15 -06:00
updated README.md files
This commit is contained in:
@@ -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
8
docs/README.md
Normal 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)
|
||||
Reference in New Issue
Block a user