Skip to content

Commit a15453b

Browse files
authored
Update README.md
1 parent 5c6da06 commit a15453b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:file_cabinet: SQL Restore [![Build Status](https://github.com/jonaski/sqlrestore/workflows/CI:%20Build%20Test/badge.svg)](https://github.com/jonaski/sqlrestore/actions)
22
========================
33

4-
SQL Restore is a batch restore for MSSQL backups written in C++11.
4+
SQL Restore is a batch restore program for MSSQL backups written in C++11.
55
It's using features in modern C++11, Boost and Qt.
66

77
![Browse](https://raw.githubusercontent.com/jonaski/sqlrestore/master/data/pictures/sqlrestore.gif)
@@ -18,6 +18,11 @@ It's using features in modern C++11, Boost and Qt.
1818
* Works on Linux, macOS and Windows.
1919
* Compatible with MSSQL 2008 R2 to SQL 2019 server on Linux and Windows.
2020

21+
The program is free software, released under GPL. If you like this program and can make use it, consider sponsoring or donating.
22+
To sponsor me visit [my GitHub sponsors profile](https://github.com/sponsors/jonaski)
23+
Funding developers through GitHub Sponsors is one more way to contribute to open source projects you appreciate, it helps developers get the resources they need, and recognize contributors working behind the scenes to make open source better for everyone.
24+
You can also make a one-time payment through [paypal.me/jonaskvinge](https://paypal.me/jonaskvinge)
25+
2126
### :heavy_exclamation_mark: Requirements
2227

2328
To build SQL Restore from source you need the following installed on your system:

0 commit comments

Comments
 (0)