Skip to content

Commit c4b7e0c

Browse files
committed
Add readme header and version badges
1 parent 0df624e commit c4b7e0c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# iceaxe
22

3+
![Iceaxe Logo](https://raw.githubusercontent.com/piercefreeman/iceaxe/main/media/header.png)
4+
5+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/iceaxe)
6+
[![Test status](https://github.com/piercefreeman/iceaxe/actions/workflows/test.yml/badge.svg)](https://github.com/piercefreeman/iceaxe/actions)
7+
38
A modern, fast ORM for Python. We have the following goals:
49

510
- 🏎️ **Performance**: We want to exceed or match the fastest ORMs in Python. We want our ORM
@@ -11,7 +16,7 @@ expect in Python and it should bidirectionally sync to the database.
1116
vanilla SELECT/INSERT/UPDATEs. These should be natively supported by your ORM. If you're writing _really_
1217
complex queries, these are better done by hand so you can see exactly what SQL will be run.
1318

14-
Iceaxe is in early alpha. It's also an independent project. It's compatible with the [Mountaineer](https://github.com/piercefreeman/mountaineer) ecosystem, but you can use it in whatever
19+
Iceaxe is used in production at several companies. It's also an independent project. It's compatible with the [Mountaineer](https://github.com/piercefreeman/mountaineer) ecosystem, but you can use it in whatever
1520
project and web framework you're using.
1621

1722
## Installation

media/header.png

300 KB
Loading

0 commit comments

Comments
 (0)