protobuf.js VS flyweight

Compare protobuf.js vs flyweight and see what are their differences.

protobuf.js

Protocol Buffers for JavaScript. Finally. (by apollographql)

flyweight

An ORM for SQLite (by thebinarysearchtree)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
protobuf.js flyweight
1 9
15 496
- -
4.8 8.9
3 months ago 6 days ago
JavaScript JavaScript
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

protobuf.js

Posts with mentions or reviews of protobuf.js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-12.
  • Is TypeScript actually worth It?
    12 projects | news.ycombinator.com | 12 Jan 2023
    > Can I just open an issue in the TypeScript repo for this sort of thing if I have a concrete suggestion?

    My former colleague Arthur has already answered this one - but yes! If you have a concrete suggestion, that's fair game and we can brainstorm on the issue to think of something. We might not come up with something general enough to implement, but it's often a good seed to plant.

    > which in turn broke a type used from ProtobufJS.

    I am curious to hear what sort of issue you ran into. Was this the Apollo fork (https://github.com/apollographql/protobuf.js), or the original?

flyweight

Posts with mentions or reviews of flyweight. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-07.
  • Flyweight: A Node.js ORM Specifically for SQLite
    3 projects | news.ycombinator.com | 7 Apr 2024
  • Show HN: Quietone – search audio and video by transcript
    1 project | news.ycombinator.com | 23 Mar 2024
    Hey. This is my first electron app. It is called Quietone and I just thought it would be cool to navigate and manipulate videos by their transcript because searching through videos for the things I was looking for was very slow otherwise.

    I used whisper.cpp to do the transcribing. It has held up really well. The tiny model (the fastest one) can transcribe 2 hours of video in a couple of minutes on my m2 mac mini and the accurate of even the tiny model is pretty good.

    I used Electron Forge to package the app for different operating systems and distribution channels. There are no guides on the internet on how to do that properly so that took quite a bit of time to figure out.

    At multiple stages I had to look through source code of Electron Forge's dependencies to figure out how I was supposed to use it to correctly sign the app for the mac app store.

    I made this app using the tools I like to use, which is not very typical. I use straight javascript, no transpiling, and I wrote every single library myself from the ORM https://github.com/thebinarysearchtree/flyweight to the front-end framework, which is a thin wrapper over web components.

    Oh yeah, Electron recently started supporting esm, but Electron Forge doesn't fully support it so I had to use esbuild to compile to cjs just for the packaging step.

    I use events to make everything change in real-time in the UI. Umm... oh yeah I did include yt-dlp features but had to remove that for the store versions.

    It is available on the mac store, and soon on the windows store. There is also a trial you can download. The windows store experience is not very polished compared to the mac store. I was amazed that there are humans reviewers looking through everything I upload. hah.

    Anyway, I have to go find a job now and hope my username doesn't check out. Bye. Thanks for reading my blog.

  • Is TypeScript actually worth It?
    12 projects | news.ycombinator.com | 12 Jan 2023
    I wrote https://github.com/thebinarysearchtree/flyweight in JavaScript, not TypeScript. It generates TypeScript declaration files as it types SQL, which helps with intellisense support in VSCode. That is the only reason I use TypeScript.

    I don't like TypeScript though, and would never write anything in it. I have a long history with C# and I came to conclusions about this topic a long time ago. I just prefer writing JavaScript, it is more fun and more productive.

    Flyweight is quite a complex library. It parses arbitrarily complex SQL. This is more complex than most of the things people work on and claim they need static typing. It isn't millions of lines of code, but often those codebases aren't complex, they are just many independent components that in themselves are not that complex.

    The amount of time I spend having to update the TypeScript aspect of my library is really quite annoying. Also, with regards to your point about libraries not including type information - this is also true for the actual native APIs in the browser and so on as well. For example, TypeScript doesn't recognise the "indices" property of regular expression matches.

  • GitHub - thebinarysearchtree/flyweight: An ORM for SQLite
    1 project | /r/javascript | 29 Sep 2022
  • Flyweight: An ORM for SQLite
    1 project | /r/patient_hackernews | 29 Sep 2022
    1 project | /r/hackernews | 29 Sep 2022
    1 project | /r/sqlite | 29 Sep 2022
    1 project | /r/hypeurls | 29 Sep 2022
    9 projects | news.ycombinator.com | 29 Sep 2022

What are some alternatives?

When comparing protobuf.js and flyweight you can also consider the following projects:

sequelts

mayim - The *NOT* ORM hydrator

d2-playground - An online runner to play, learn, and create with D2, the modern diagram scripting language that turns text to diagrams.

rescript-compiler - The compiler for ReScript.

LINQ to DB - Linq to database provider.

SQLDelight - SQLDelight - Generates typesafe Kotlin APIs from SQL

sqlitedao - Simple dao for sqlite for personal/desktop projects

ts-proto - An idiomatic protobuf generator for TypeScript

TDungeon - TDungeon is a small adventure game that runs in the Typescript type system

Knex - A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use.

DefinitelyTyped - The repository for high quality TypeScript type definitions.