Home > sbt-sqlite-plugin

sbt-sqlite-plugin

Sbt-sqlite-plugin is a project mainly written in Scala, based on the GPL-3.0 license.

A simple-build-tool plugin that adds support for sqlite fixtures.

sbt-sqlite-plugin

A simple-build-tool plugin that adds support for sqlite fixtures.

By Dan McKinley - [email protected] - http://mcfunley.com

Installation

To use, create a file in project/plugins with the following contents:

import sbt._

class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
  val sqlite = "com.etsy" % "sbt-sqlite-plugin" % "1.0"
}

Version History

Version 1.0 - 07/08/2010

Initial release

Previous:pony