sqlite3-ocaml
minimalist_things
sqlite3-ocaml | minimalist_things | |
---|---|---|
2 | 1 | |
116 | 4 | |
0.0% | - | |
7.4 | 0.0 | |
about 1 month ago | almost 4 years ago | |
OCaml | OCaml | |
MIT License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
sqlite3-ocaml
-
How I got involved in the Rust community
> I couldn't find a single datetime library that has a concept of instances that could be interpreted in different time zones.
Jane Street's Core has a good timezone support (the thing you need is pair Date.t * Time_ns.Ofday.t). sqlite3-ocaml [1] seems reasonably documented.
[1] https://github.com/mmottl/sqlite3-ocaml
-
I've done TUI (Terminal User Interface) app. This is what it looks like
As some can guess, the architecture was heavily inspired by Elm and Elmish parent-child patterns. Notty - is a cool library, which is a perfect choice for a simple terminal draw. But keep in mind, that you will be responsible for focus management and isolation of all event handlings. Sqlite3-OCaml - is totally imperative library, because it is just bindings on C library. But you get all the essential functionality with which you can build yourself the needed level of abstraction.
minimalist_things
-
I've done TUI (Terminal User Interface) app. This is what it looks like
For the last few months, I was learning OCaml in my free time. To improve the skills I decided to make a little minimalist app, for listing all things you have and reasoning about their necessities. The idea is to make an app with a terminal user interface using sqlite3 as persistent storage. Here is the link to GitHub
What are some alternatives?
notty - Declarative terminal graphics for OCaml
reason - Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
rust-ecosystem - Rust wants & tracking for Embark 🦀
postgresql-ocaml - OCaml-bindings for the PostgreSQL database
zero-to-production - Code for "Zero To Production In Rust", a book on API development using Rust.
amber-docs - https://openjdk.org/projects/amber
krustlet - Kubernetes Rust Kubelet
ripgrep - ripgrep recursively searches directories for a regex pattern while respecting your gitignore
GeneWeb - GeneWeb is a free (as in free speech) genealogy software with a web interface created by Daniel de Rauglaudre.
Sandstorm - Sandstorm is a self-hostable web productivity suite. It's implemented as a security-hardened web app package manager.
datakit - Connect processes into powerful data pipelines with a simple git-like filesystem interface