A full query console for Cloudflare's D1 database product.
TypeScript
116
66 commits
updated Aug 28, 2023
A console/REPL for Cloudflare's D1 Database product.
Supports all the features expected of a modern database client, including:
d1-console login --account-id <ID> --api-token <TOKEN> to save your credentials for later use. To generate an API token, go to the API Tokens page on the Cloudflare dashboard. Your account ID can be found on any zone (domain) of your Cloudflare account.d1-console databases create <NAME>.d1-console -d <NAME> command.d1-console databases create <name) you can also create, list, delete, and switch databases from within D1 Console. To view available commands, use the HELP command within D1 Console.--execute can be used to immediately execute a command passed in (e.g. --execute "SELECT * FROM USERS"). In addition, D1 Console will now prefer CLOUDFLARE_ACCOUNT_ID and CLOUDFLARE_API_TOKEN environment variables over the saved authentication (if any).For more information, to get help, or just to chat about D1 and D1 Console, join us on the Cloudflare Developers Discord!
TypeScript
97.3%
JavaScript
2.7%
A full query console for Cloudflare's D1 database product.
TypeScript
116
66 commits
updated Aug 28, 2023
A console/REPL for Cloudflare's D1 Database product.
Supports all the features expected of a modern database client, including:
d1-console login --account-id <ID> --api-token <TOKEN> to save your credentials for later use. To generate an API token, go to the API Tokens page on the Cloudflare dashboard. Your account ID can be found on any zone (domain) of your Cloudflare account.d1-console databases create <NAME>.d1-console -d <NAME> command.d1-console databases create <name) you can also create, list, delete, and switch databases from within D1 Console. To view available commands, use the HELP command within D1 Console.--execute can be used to immediately execute a command passed in (e.g. --execute "SELECT * FROM USERS"). In addition, D1 Console will now prefer CLOUDFLARE_ACCOUNT_ID and CLOUDFLARE_API_TOKEN environment variables over the saved authentication (if any).For more information, to get help, or just to chat about D1 and D1 Console, join us on the Cloudflare Developers Discord!
TypeScript
97.3%
JavaScript
2.7%