@blacksmithstudio/blockbase-postgresql

blockbase driver for Postgresql

Usage no npm install needed!

<script type="module">
  import blacksmithstudioBlockbasePostgresql from 'https://cdn.skypack.dev/@blacksmithstudio/blockbase-postgresql';
</script>

README

Driver Postgresql for Blockbase

Compatible with Blockbase Framework

Version

1.0.2 beta

How to install ?

$ npm i --save @blacksmithstudio/blockbase-postgresql

Then add to your config/{env}.yml the following instructions depending of your system

dbms : postgresql
postgresql :
    host : localhost
    user : johndoe
    password :
    port : 5432
    database : yourdatabase

@TODO - finish the doc on the model use

License

(Copyright) 2017 - Alexandre Pereira for Blacksmith S.A.S.

Free Software, Hell Yeah!