Corrected .views_names() -> .view_names()

This commit is contained in:
Simon Willison 2019-08-26 07:04:14 +02:00 committed by GitHub
commit cb70f7d109
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
Ability to introspect and run queries against views (`#54 <https://github.com/simonw/sqlite-utils/issues/54>`__)
- ``db.views_names()`` method and and ``db.views`` property
- ``db.view_names()`` method and and ``db.views`` property
- Separate ``View`` and ``Table`` classes, both subclassing new ``Queryable`` class
- ``view.drop()`` method