Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elixircl/home-economy
🏠 A home economy Livebook
https://github.com/elixircl/home-economy
budget economy elixir livebook sqlite
Last synced: about 2 months ago
JSON representation
🏠 A home economy Livebook
- Host: GitHub
- URL: https://github.com/elixircl/home-economy
- Owner: ElixirCL
- License: mpl-2.0
- Created: 2024-05-12T23:58:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T13:39:54.000Z (7 months ago)
- Last Synced: 2024-05-29T05:28:46.208Z (7 months ago)
- Topics: budget, economy, elixir, livebook, sqlite
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Home Economy Livebook
This is a simple _Home Economy Livebook_ based on [Bennedetto](https://github.com/arecker/bennedetto).
Here is a more detailed explanation of the ideas. [CIV Budget](https://archive.alexrecker.com/civ-budget.html).
[![Run in Livebook](https://livebook.dev/badge/v1/blue.svg)](https://livebook.dev/run?url=https://raw.githubusercontent.com/ElixirCL/home-economy/main/home-economy.livemd)
You can start with a simple empty _sqlite3_ database.
An empty file can be created using the command:```bash
sqlite3 facts.db "VACUUM;"
```Check https://www.sqlite.org/lang_vacuum.html for more info.
## Tools
- SQLite3
- Elixir
- [Livebook.dev](https://livebook.dev/)## 🤩 Credits
With ♥ by
Ninjas.cl
.