mirror of
https://github.com/kennethreitz/records.git
synced 2026-06-05 06:46:17 +00:00
updated readme with shields
This commit is contained in:
+13
-1
@@ -1,6 +1,18 @@
|
|||||||
Records: SQL for Humans™
|
Records: SQL for Humans™
|
||||||
========================
|
========================
|
||||||
|
|
||||||
|
|
||||||
|
.. image:: https://img.shields.io/pypi/v/records.svg
|
||||||
|
:target: https://pypi.python.org/pypi/records
|
||||||
|
|
||||||
|
.. image:: https://travis-ci.org/kennethreitz/records.svg?branch=master
|
||||||
|
:target: https://travis-ci.org/kennethreitz/records
|
||||||
|
|
||||||
|
.. image:: https://img.shields.io/badge/SayThanks.io-☼-1EAEDB.svg
|
||||||
|
:target: https://saythanks.io/to/kennethreitz
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**Records is a very simple, but powerful, library for making raw SQL queries
|
**Records is a very simple, but powerful, library for making raw SQL queries
|
||||||
to most relational databases.**
|
to most relational databases.**
|
||||||
|
|
||||||
@@ -140,7 +152,7 @@ As an added bonus, a ``records`` command-line tool is automatically
|
|||||||
included. Here's a screenshot of the usage information:
|
included. Here's a screenshot of the usage information:
|
||||||
|
|
||||||
.. image:: http://f.cl.ly/items/0S14231R3p0G3w3A0x2N/Screen%20Shot%202016-02-13%20at%202.43.21%20AM.png
|
.. image:: http://f.cl.ly/items/0S14231R3p0G3w3A0x2N/Screen%20Shot%202016-02-13%20at%202.43.21%20AM.png
|
||||||
:alt: Screenshot of Records Command-Line Interface.
|
:alt: Screenshot of Records Command-Line Interface.
|
||||||
|
|
||||||
☤ Thank You
|
☤ Thank You
|
||||||
-----------
|
-----------
|
||||||
|
|||||||
Reference in New Issue
Block a user