]> git.jsancho.org Git - datasette-pytables.git/blob - ANNOUNCE.md
e0d89277b9218a23b932e6372b00e66ebc612d0d
[datasette-pytables.git] / ANNOUNCE.md
1 # Announcing datasette-pytables 2.0.0
2
3 ## What's new
4
5 This new release of datasette-pytables uses datasette-connectors 2.0.0, which provides the last Datasette version with design and security improvings and many changes in its API. The main change for datasette-pytables users is that percent character has to be used instead slash for table names when writing queries in the Datasette query editor.
6
7 ## What it is
8
9 Datasette-PyTables provides a web interface and a JSON API for [PyTables](https://github.com/PyTables/PyTables) files, allowing them to be accessible for e.g. Javascript programs. It works in conjunction with [Datasette-Connectors](https://github.com/PyTables/datasette-connectors), a module that patches [Datasette](https://github.com/simonw/datasette), which provides a web interface for SQLite files. With this patch, it's possible to work with SQLite files in the usual way but external connectors are accepted for any kind of database files, so you can develop your own connector for your favourite data container if you want (read [developers doc](https://github.com/PyTables/datasette-connectors/blob/master/DEVELOPERS.md)).
10
11 ## Resources
12
13 Visit the main datasette-pytables site repository at:
14 https://github.com/PyTables/datasette-pytables
15
16 ----
17
18   **Enjoy data!**