@platformatic/db-core

1.39.0 • Public • Published

@platformatic/db-core

This modules wraps @platformatic/sql-mapper, @platformatic/sql-graphql and @platformatic/sql-openapi in a convenient Fastify plugin.

Check out the full documentation for Platformatic DB on our website.

Install

npm install @platformatic/db-core

Usage

import fastify from 'fastify'
import db from '@platformatic/db-core'

const app = Fastify()
app.register(db, {
  // connectionString: 'postgres://postgres:postgres@127.0.0.1/postgres'
  // connectionString: 'mysql://root@127.0.0.1:3307/graph'
  connectionString: 'sqlite://:memory:'
})

License

Apache 2.0

Readme

Keywords

none

Package Sidebar

Install

npm i @platformatic/db-core

Weekly Downloads

129,752

Version

1.39.0

License

Apache-2.0

Unpacked Size

15.6 kB

Total Files

5

Last publish

Collaborators

  • antoniosonis
  • mzugm
  • leorossi
  • marcopiraccini
  • ivan-tymoshenko
  • matteo.collina