Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
db.delete("table name")MapDB 1.x では、 andを呼び出すことで、MapDB からテーブルを簡単に削除できましたdb.rename("old table name", "new table name")。しかし、上記のいずれかを実行するための API 機能はもうないようです。
db.delete("table name")
db.rename("old table name", "new table name")
MapDB 3.x でテーブルを削除して名前を変更するにはどうすればよいですか?