replicache-nextjs icon indicating copy to clipboard operation
replicache-nextjs copied to clipboard

Generic Replicache backend for Next.js

Results 3 replicache-nextjs issues
Sort by recently updated
recently updated
newest added

I prefixed the `space`, `entry`, `client` and `meta` tables with `replicache_` to avoid conflicts with existing userland tables. I haven't touched the version number but I think the major should...

It would be great if we could easily provide custom names for the Replicache internal tables. For instance the "space" table clashes with a table name I'm already using. Right...

FWIW, I always get the warning above when building a replicache project. I think this is from an attempted comment in a package.json file used internally by the lib. It...