electric-sql / electric

Sync little subsets of your Postgres data into local apps and services.
https://electric-sql.com
Apache License 2.0
6.2k stars 146 forks source link

Integrated with VTable #1373

Closed fangsmile closed 1 month ago

fangsmile commented 3 months ago

Whether it can be integrated with VTable. VTable table library has a strong visual display ability and high-performance. You can check the VTable website for more information:https://visactor.io/vtable Github: https://github.com/VisActor/VTable img_v3_029n_c20f8bf0-914d-480e-9369-9541ff50bc7g

linear[bot] commented 3 months ago

VAX-1967 Integrated with VTable

msfstef commented 3 months ago

Taking a brief look at the documentation, using its async lazy data loading support you should be able to treat your local SQLite or PGlite DB as the "async source" of data and perform all of your data retrieval there, taking care of sorting and pagination as well as suggested in the example.

fangsmile commented 3 months ago

Does that mean we'll be able to use it later ?

msfstef commented 3 months ago

@fangsmile I'm not sure what you mean by "able to use it later"? I believe it's possible to set up a VTable in the way that is described for the async lazy data loading example, with the data being loaded from the local DB using Electric, so it should be implementable with the current state of the library.

fangsmile commented 3 months ago

image Whether the table library referenced here can be replaced with VTable. Or could i contribute code to complete the replacement?

msfstef commented 3 months ago

@fangsmile we generally accept contributions but is there a particular reason to prefer VTable over the Glide Data Grid? Have you found issues with the current toolbar table implementation?

KyleAMathews commented 1 month ago

👋 we've been working the last month on a rebuild of the Electric server over at a temporary repo https://github.com/electric-sql/electric-next/

You can read more about why we made the decision at https://next.electric-sql.com/about

We're really excited about all the new possibilities the new server brings and we hope you'll check it out soon and give us your feedback.

We're now moving the temporary repo back here. As part of that migration we're closing all the old issues and PRs. We really appreciate you taking the time to investigate and report this issue!