Files
lancedb/nodejs/src
Weston Pace 1a449fa49e refactor: rename drop_db / drop_database to drop_all_tables, expose database from connection (#2098)
If we start supporting external catalogs then "drop database" may be
misleading (and not possible). We should be more clear that this is a
utility method to drop all tables. This is also a nice chance for some
consistency cleanup as it was `drop_db` in rust, `drop_database` in
python, and non-existent in typescript.

This PR also adds a public accessor to get the database trait from a
connection.

BREAKING CHANGE: the `drop_database` / `drop_db` methods are now
deprecated.
2025-02-06 13:22:28 -08:00
..
2025-01-29 08:27:07 -08:00
2025-01-29 08:27:07 -08:00
2025-01-29 08:27:07 -08:00
2025-01-30 16:06:06 -08:00
2025-01-29 08:27:07 -08:00
2025-01-29 08:27:07 -08:00
2025-01-29 08:27:07 -08:00
2025-01-29 08:27:07 -08:00