X-Git-Url: https://git.jsancho.org/?p=datasette-pytables.git;a=blobdiff_plain;f=ANNOUNCE.md;h=cc98025b569f4d1d90a5f13fd06d11bf0f334090;hp=7337fcfd61f20471b61d9f16f5a24d262e3ac468;hb=4e2383e4c4af6e1e9d03d4aa33a0e9bc6e01d399;hpb=d282448757f20ce323c85b9e9c77dfddf9167f66 diff --git a/ANNOUNCE.md b/ANNOUNCE.md index 7337fcf..cc98025 100644 --- a/ANNOUNCE.md +++ b/ANNOUNCE.md @@ -1,8 +1,10 @@ -# Announcing datasette-pytables 1.0.0 +# Announcing datasette-pytables 1.0.2 ## What's new -This is the first public release. Many things are working, most specially: +This is the first public release. Please, some feedback would be very appreciate. + +Many things are working, most specially: * Filters (e.g. `temp >= 3`) are working. @@ -14,7 +16,7 @@ This is the first public release. Many things are working, most specially: ## What it is -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-Core](https://github.com/PyTables/datasette-core), a trivial fork of the original [Datasette](https://github.com/simonw/datasette), which provides a web interface for SQLite files. This fork is able to work with SQLite files, like the original project, but can accept external connectors 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-pytables/blob/master/DEVELOPERS.md)) +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-Core](https://github.com/PyTables/datasette-core), a trivial fork of the original [Datasette](https://github.com/simonw/datasette), which provides a web interface for SQLite files. This fork is able to work with SQLite files, like the original project, but can accept external connectors 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-pytables/blob/master/DEVELOPERS.md)). ## Resources