Skip to content

Instantly share code, notes, and snippets.

const styles = StyleSheet.create({
board: {
padding: 10
},
space: {
marginTop: 10
},
sectionHeader: {
fontSize: 30,
fontWeight: 'bold',
import test from 'ava'
import { nSQL } from "nano-sql";
import { nSQLiteAdapter, sqlite3 } from "nano-sqlite";
sqlite3.verbose()
test('nsql should work', async t => {
await nSQL("MY_TABLE")
.model([