Skip to content

Profiling and introspection for applications using sqlalchemy

License

Notifications You must be signed in to change notification settings

vlad-taralunga/sqltap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqltap is a library that allows you to profile and introspect the queries that your application makes using SQLAlchemy.

sqltap helps you quickly understand:

  • how many times a sql query is executed
  • how much time your sql queries take
  • where your application is issuing sql queries from

Full HTML documentation can be generated by sphinx, or browsed online at: https://sqltap.you-compete.com

SQLTap is hosted on github at: https://github.com/aes-/sqltap

About

Profiling and introspection for applications using sqlalchemy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%