An open API service indexing awesome lists of open source software.

https://github.com/luccasscds/run-script-turso

Aplicativo para rodar script no banco noSQLite do Turso.
https://github.com/luccasscds/run-script-turso

electron sqlite

Last synced: 2 months ago
JSON representation

Aplicativo para rodar script no banco noSQLite do Turso.

Awesome Lists containing this project

README

          

# run script turso
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/luccasscds/run-script-turso/node.js.yml?branch=main&logo=nodedotjs&label=Build&labelColor=black)
![Static Badge](https://img.shields.io/badge/dependabot-alerts?logo=dependabot)
![GitHub package.json version](https://img.shields.io/github/package-json/v/luccasscds/run-script-turso)
![GitHub repo size](https://img.shields.io/github/repo-size/luccasscds/run-script-turso)

## Configurar as variáveis do arquivo `.env`:
Coloque as informações de acordo com a variável.
```sh
URL_DATABASE='libsql://database-username.turso.io'
URL_TOKEN_DATABASE='xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
SHOW_APPLICATION_MENU='true' -- opcional
```

> Para inforamação https://docs.turso.tech/sdk/ts/quickstart

## Gerar um `.exe` para Windows
```sh
npm install && npm run package
```