Skip to content

Useful magic tools to facilitate SQL writing and execution within Jupyter

License

Notifications You must be signed in to change notification settings

NPodlozhniy/sql-magics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sql-magics

Useful magic tools to facilitate SQL writing and execution within Jupyter

Quick Start

  • Use %%format to reformat the sql, in addition you can change the rules in the function format_sql
  • Use %%format or %%pgsql with the connection string to execute the queries in place
  • Use %%format engine to put the result of the query to dataframe if you using sqlalchemy engine

Details

About

Useful magic tools to facilitate SQL writing and execution within Jupyter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published