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

https://github.com/violetbuse/stripe_sqlite


https://github.com/violetbuse/stripe_sqlite

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# stripe_sqlite

[![Package Version](https://img.shields.io/hexpm/v/stripe_sqlite)](https://hex.pm/packages/stripe_sqlite)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/stripe_sqlite/)

```sh
gleam add stripe_sqlite
```
```gleam
import stripe_sqlite

pub fn main() {
// TODO: An example of the project in use
}
```

Further documentation can be found at .

## Development

```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```