You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A modern, fast ORM for Python. We have the following goals:
4
9
5
10
- 🏎️ **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.
11
16
vanilla SELECT/INSERT/UPDATEs. These should be natively supported by your ORM. If you're writing _really_
12
17
complex queries, these are better done by hand so you can see exactly what SQL will be run.
13
18
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
0 commit comments