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

https://github.com/wiremoons/damt-dart

Acronym Management Tool - written in Dart
https://github.com/wiremoons/damt-dart

acronyms cli command-line dart dartlang database

Last synced: 5 months ago
JSON representation

Acronym Management Tool - written in Dart

Awesome Lists containing this project

README

          

[![damt](https://github.com/wiremoons/damt/actions/workflows/dart.yml/badge.svg)](https://github.com/wiremoons/damt/actions/workflows/dart.yml)

# damt

Acronym Management Tool - written in Dart

## SQLite3 Supporting Libraries

To use a SQLite database with the application the shared library is needed:

- *Fedora 38:* `sudo dnf install sqlite-devel`
- *Debian* or *Ubuntu:* `sudo apt install libsqlite3-dev`
- *macOS:* already included with macOS
- *Windows:* download the **DLL** file from the [SQLite3 Downloads](https://www.sqlite.org/download.html) page under the section: *Precompiled Binaries for Windows*.