mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-01 06:00:08 -05:00
docs renamed Support to Sponsors
- added missing links in README.md
This commit is contained in:
@@ -18,7 +18,7 @@ TinyORM is a modern ORM library that makes interacting with a database extremely
|
||||
|
||||
The code is written in the modern c++20 way and is well tested with the unit and functional tests. Almost all the query builder methods are unit tested. The TinyORM's query builder code and the code which is responsible for obtaining relationships, is tested by functional tests against all supported databases. The code coverage is good enough to guarantee API and behavior compatibility.
|
||||
|
||||
## Support ❤️
|
||||
## Donations ❤️
|
||||
|
||||
Bitcoin address 1NiF2cTvYxUj8FTZJnGn1ycN4yisWfo1vJ<br/>
|
||||
PayPal https://paypal.me/silverzachara
|
||||
@@ -47,6 +47,7 @@ Whole library is documented as markdown documents:
|
||||
- [Hello world](/docs/building/hello-world.mdx#building-hello-world)
|
||||
- [Migrations](/docs/building/migrations.mdx#building-migrations)
|
||||
- [Features Summary](/docs/features-summary.mdx#features-summary)
|
||||
- [Sponsors](/docs/sponsors.mdx#sponsors)
|
||||
|
||||
### Features Summary
|
||||
|
||||
|
||||
@@ -40,6 +40,7 @@ If you don't want to use full [`ORM`](tinyorm/getting-started.mdx), then you can
|
||||
- [Hello world](building/hello-world.mdx)
|
||||
- [Migrations](building/migrations.mdx)
|
||||
- [Features Summary](features-summary.mdx)
|
||||
- [Sponsors](sponsors.mdx)
|
||||
|
||||
##### Current versions
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
---
|
||||
sidebar_position: 7
|
||||
sidebar_label: ❤️ Support
|
||||
sidebar_label: ❤️ Sponsors
|
||||
hide_table_of_contents: true
|
||||
description: List that fastly summarizes all TinyORM features.
|
||||
keywords: [c++ orm, tinyorm, support, fund, funding, sponsors]
|
||||
description: How to sponsor and support the TinyORM project.
|
||||
keywords: [c++ orm, tinyorm, support, fund, funding, sponsors, donations, sponsors]
|
||||
---
|
||||
|
||||
import APITable from '@theme/APITable'
|
||||
|
||||
# Support
|
||||
# Sponsors
|
||||
|
||||
I have spent ~2 years every day 10 hours of coding (excluding weekends and sick days) to make this project real. Everything was funded from my personal resources, I had no problem with it to be honest, it was really fun 🎉, but I had to move to the new apartment a few months ago and I'm out of money now. ☹️
|
||||
|
||||
Reference in New Issue
Block a user