Goval-Community / homeval

Custom replit eval server implementation that lets you use the replit.com IDE but with your own server as the backend
GNU Affero General Public License v3.0
21 stars 0 forks source link

In memory repldb database #22

Open PotentialStyx opened 1 year ago

PotentialStyx commented 1 year ago

When repldb is enabled and no database is available (either compiled out or not set) the repldb implementation should fall back to a HashMap<String, String>

PotentialStyx commented 1 year ago

Not a priority atm