Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 421 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 421 Bytes

Neovim DATABASE IDE

SQL notebook experience on Neovim

Base on python

  • SQLAchemy
  • Pandas
  • Pyodbc

Example

nvim query1.sql :source sqlserver.lua

TODO:

  • better csv experience (formatting)
  • add "init" - save parameters to db
  • add "load" - load connection from file
  • add "intelisens" - get all database, schemas, object
  • parse comments to find all section
  • run specific section