webpp icon indicating copy to clipboard operation
webpp copied to clipboard

C++ web framework | web development can be done with C++ as well.

Results 318 webpp issues
Sort by recently updated
recently updated
newest added

Inital sql query builder support

- [x] `db.tables`: create a query builder object and set the table name. - [ ] #151 - [x] `qb.insert` - [x] `qb.insert_default` - [ ] `qb.insert(sub_query)`: #146 - [x]...

new choices

### Features - [ ] User should be able to **switch database** types without touching the application layer code - [ ] Is database a service? An API? so we...

feature request

- [ ] Lazy api calling (don't call the driver apis when you don't need to) - [ ] As a tuple - [ ] operator T: loop through the...

feature request

- [x] `bind` - [x] support `stmt[index] = value` syntax (binding?) - [x] support `int val = stmt[index]` (column retrieval) - [x] `execute` (or step?) - [x] Error handling -...

feature request
api change

- [x] `begin`, `end` - [x] execute - [x] prepare - [x] sql iterator

feature request
api change

- [x] `open` - [x] `close` - [x] `native_handle` - [x] `execute` - [ ] `execute` withe a callback - [x] `prepare` - [x] sqlite_statement - [x] bind - [x]...

feature request
good first issue

A random number/... generator with different ways of access. 1. An array of pre-calculates numbers for fast access. 2. String generator 3. Enum generator ...

Good First Issue

A tuple that has all the features of `std::tuple` + these: - you can get a new tuple by calling `.structured()` - this new tuple will be a resized version...

If `ismap` is set on an image in an `` tag, the position where the user clicked is sent to the server. Provide utilities to get those coordinates. [More on...

Feature Req