I've done TUI (Terminal User Interface) app. This is what it looks like

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • minimalist_things

    Terminal User Interface app for minimalists to list all things and describe their necessity

    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

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • notty

    Declarative terminal graphics for OCaml (by pqwy)

    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.

  • sqlite3-ocaml

    OCaml bindings to the SQLite3 database

    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.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Limbo is a wip, in-process OLTP DBMS, compatible with SQLite

    1 project | news.ycombinator.com | 14 Jan 2025
  • How to use ORMs (Prisma / Drizzle / Knex.js) in a TypeScript backend built with Encore.ts

    5 projects | dev.to | 25 Nov 2024
  • Show HN: Neboa – Type-Safe NoSQL with Node and SQLite

    1 project | news.ycombinator.com | 13 Nov 2024
  • Show HN: Limbo – SQLite compatible, in-process OLTP database written in Rust

    1 project | news.ycombinator.com | 1 Aug 2024
  • Limbo is a work-in-progress, in-process OLTP DBMS, compatible with SQLite

    1 project | news.ycombinator.com | 23 Jul 2024

Did you konow that OCaml is
the 41st most popular programming language
based on number of metions?