Skip to content

Getting Started

Installation

To install the latest released version:

pip install sqly[migration]

To install the current development version:

pip install git+https://github.com/kruxia/sqly@main#egg=sqly[migration]

Project Documentation

  • Basic Usage — An example of using SQLY to interact with a database.
  • CLI Usage — When the Python sqly package is installed in the local environment, it can be used as a shell command.
  • Reference — code reference documentation.