berlindb / core

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

Issue/111 - Table: add columns() method. #112

Closed JJJ closed 3 years ago

JJJ commented 3 years ago

This change adds the ability to query a database table and get its columns as standard objects.

Fixes #111.