https://github.com/violetbuse/stripe_sqlite
https://github.com/violetbuse/stripe_sqlite
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/violetbuse/stripe_sqlite
- Owner: VioletBuse
- Created: 2024-05-29T19:45:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T18:02:49.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T20:37:53.298Z (over 1 year ago)
- Language: Gleam
- Size: 31.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stripe_sqlite
[](https://hex.pm/packages/stripe_sqlite)
[](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
```