Skip to main content

Installation

Verse is comprised of a core library, and a set of optional plugins. The core library is required, and you will also need to install at least one database driver plugin corresponding to the database you are targeting.

Verse Core

This package contains the core functionality of Verse, and is required for all Verse applications.

npm install @operativa/verse

Database Drivers

Select a database driver appropriate the database you're using.

Verse currently supports the following database drivers:

PostgreSQL

npm install @operativa/verse-postgres

MySQL

npm install @operativa/verse-mysql

SQLite

npm install @operativa/verse-sqlite

SQL Server

npm install @operativa/verse-mssql

Oracle

npm install @operativa/oracle

See the Database Drivers section for more information on how to use these drivers.