home / content / releases

releases: 59978438

This data as json

html_url id author node_id tag_name target_commitish name draft prerelease created_at published_at body repo reactions mentions_count
https://github.com/simonw/google-drive-to-sqlite/releases/tag/0.3 59978438 9599 RE_kwDOG2hQNs4DkzLG 0.3 main 0.3 0 0 2022-02-19T21:36:14Z 2022-02-19T21:37:13Z - New design for the database schema: [#9](https://github.com/simonw/google-drive-to-sqlite/issues/9) - `drive_files` contains files, with a `_parent` foreign key to the parent folder - `drive_folders` contains folders, with a self-referential `_parent` foreign key - `drive_users` contains users who may own or have modified files - `drive_folders_owners` relates folders to their owners - `drive_files_owners` relates files to their owners - The full schema is now included [in the documentation](https://github.com/simonw/google-drive-to-sqlite/blob/0.3/README.md#database-schema). - New `--import-json` and `--import-nl` options to the `files` command for creating a database using JSON data retrieved previously using the `--nl` and `--json` options. [#20](https://github.com/simonw/google-drive-to-sqlite/issues/20) - `--starred`, `--trashed` and `--shared-with-me` options for `files` as shortcuts for constructing more advanced search queries. [#25](https://github.com/simonw/google-drive-to-sqlite/issues/25) - Documentation now has a [quickstart section](https://github.com/simonw/google-drive-to-sqlite/blob/0.3/README.md#quickstart). [#24](https://github.com/simonw/google-drive-to-sqlite/issues/24) 459821110    

Links from other tables

  • 0 rows from release in assets
Powered by Datasette · Queries took 0.967ms