rocicorp / replicache-nextjs

Generic Replicache backend for Next.js
Apache License 2.0
21 stars 8 forks source link

Prefixed table names with replicache_ #22

Open nbarraud opened 2 years ago

nbarraud commented 2 years ago

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 be bumped by one since that's a breaking change.

nbarraud commented 1 year ago

Rebased, made the test fix and also added the rimraf package for cross-OS compatibility (rm -rf not available on Windows). Bumped the patch version as well.

Thank you!