berlindb / core

All of the required core code
MIT License
252 stars 27 forks source link

Issue/38 - Table: add clone() and copy() methods. #66

Closed JJJ closed 4 years ago

JJJ commented 4 years ago

This commit wraps the SQL necessary to clone a table and copy its contents into 2 separate helper methods.

Fixes #38.