Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/atterpac/wails-plugin-sqlite

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/atterpac/wails-plugin-sqlite

  • v0.0.2
  • Source
  • Go
  • Socket score

Version published
Created
Source

sqlite Plugin

This example plugin provides a way to generate hashes of strings.

Installation

Add the plugin to the Services option in the Applications options:

    Services: []application.Service{
        application.NewService(sqlite.NewPlugin()),
    },

Usage

You can then call the methods from the frontend:

    wails.Plugin("sqlite","All","hello world").then((result) => console.log(result))

This method returns a struct with the following fields:

    interface Hashes {
        MD5: string;
        SHA1: string;
        SHA256: string;
    }

A TypeScript definition file is provided for this interface.

Support

If you find a bug in this plugin, please raise a ticket here. Please do not contact the Wails team for support.

FAQs

Package last updated on 26 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc