questions.ts9 lines · main
| 1 | export default [ |
| 2 | 'How do I restart my database?', |
| 3 | 'How do I get started with Briven?', |
| 4 | 'How do I run Briven locally?', |
| 5 | 'How do I connect to my database?', |
| 6 | 'How do I run migrations? ', |
| 7 | 'How do I listen to changes in a table?', |
| 8 | 'How do I set up authentication?', |
| 9 | ] |