We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8373193 commit 44f9a76Copy full SHA for 44f9a76
README.rst
@@ -1,3 +1,4 @@
1
+======
2
PyHive
3
======
4
@@ -31,6 +32,9 @@ First install this package to register it with SQLAlchemy (see ``setup.py``).
31
32
logs = Table('my_awesome_data', MetaData(bind=engine), autoload=True)
33
print select([func.count('*')], from_obj=logs).scalar()
34
35
+Note: query generation functionality is not exhaustive or fully tested, but there should be no
36
+problem with raw SQL.
37
+
38
Requirements
39
============
40
0 commit comments