Skip to content

Commit 6f4bad8

Browse files
Merge pull request #66 from piercefreeman/feature/add-header
Add readme header
2 parents 0df624e + 1b4e5b5 commit 6f4bad8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
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,9 +16,11 @@ 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

22+
To auto-optimize your self hosted Postgres install, check out our new [autopg](https://github.com/piercefreeman/autopg) project.
23+
1724
## Installation
1825

1926
If you're using poetry to manage your dependencies:

media/header.png

300 KB
Loading

0 commit comments

Comments
 (0)