examples VS kikko

Compare examples vs kikko and see what are their differences.

examples

Example applications using ElectricSQL. (by electric-sql)

kikko

Powerful SQLite adapter for web, mobile and desktop. Build reactive UI on top of it (by kikko-land)
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
examples kikko
1 2
28 131
- 0.8%
3.5 5.3
9 months ago 4 months ago
JavaScript TypeScript
Apache License 2.0 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.

examples

Posts with mentions or reviews of examples. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-28.
  • SQLite WASM Official
    9 projects | news.ycombinator.com | 28 Oct 2022
    Yup, open source (https://github.com/electric-sql) + managed replication-as-service. Some of our service code (eg: infra, control plane) is proprietary.

    Download size depends on the driver (we support different SQLite drivers for different environments). The web is quite heavy as it loads the SQL.js WASM (as a separate file, it’s not bundled). I want to say ~350-400kb total but I need to check and it depends a bit on how you build/bundle and serve it.

    One approach would be to look at the network tab of the browser console when running the web example: https://github.com/electric-sql/examples

kikko

Posts with mentions or reviews of kikko. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-28.
  • SQLite WASM Official
    9 projects | news.ycombinator.com | 28 Oct 2022
    I am preparing for this! Building https://github.com/kikko-land/kikko that widely supports all the of platforms that have SQLite on it, and allows building reactive interface on top of React/Vue/AngularJS(WIP)/whatever.

    Project is in alpha, and already has support of absurd-sql, wa-sqlite for web; expo, tauri, electron, ionic, React Native.

    I am super excited to add support of official SQLite wasm implementation

  • Trong ORM: build reactive UI for web/desktop/mobile on top of the SQLite
    1 project | /r/reactjs | 1 Jul 2022
    I just released ORM for SQLite that allows to build reactive interfaces for web/desktop/mobile. Here is the repo — https://github.com/trong-orm/trong-orm .

What are some alternatives?

When comparing examples and kikko you can also consider the following projects:

vaxine - Rich-CRDT database based on AntidoteDB.

cr-sqlite - Convergent, Replicated SQLite. Multi-writer and CRDT support for SQLite