Skip to content
  • w4kpm's avatar
    extmod/modbtree: Add method to sync the database. · ec22d173
    w4kpm authored
    If you have longish operations on the db (such as logging data) it may
    be desirable to periodically sync the database to the disk.  The added
    btree.sync() method merely exposes the berkley __bt_sync function to the
    user.
    ec22d173