0.2.2 • Published 8 months ago

dunes v0.2.2

Weekly downloads
-
License
LGPL-3.0-only
Repository
github
Last release
8 months ago
/* services/database.js */

const SandDunes = require('dunes')
const database = new SandDunes.default()

database.init().then(() => {
    database.create('User', {
        name: 'John Doe'
    }).then(console.log)
    // > { _ref: ColumnReferenceUUID, fields: { _ref: ColumnReferenceUUID, name: 'John Doe' } }
})
0.2.2

8 months ago

0.2.1

8 months ago

0.2.0

8 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago