2.0.0 • Published 3 years ago

@atek-cloud/adb-tables v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Atek core ADB tables

npm install @atek-cloud/adb-tables
import adb from '@atek-cloud/adb-api'
import {databases, services, users} from '@atek-cloud/adb-tables'

const mydb = adb.db('mydb')
await databases(mydb).list() // => {records: Record<Database>[]}
await services(mydb).list() // => {records: Record<Service>[]}
await users(mydb).list() // => {records: Record<User>[]}
2.0.0

3 years ago

1.4.0

3 years ago

1.2.0

3 years ago

1.3.0

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago