question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Configurable database selection using ORM

See original GitHub issue

Some users may prefer to use a more production suitable database such as postgres.

We can provide a toggle during installation, & within the keylime.conf where the user can set their own preferred database, so either database = sqlite \ postgres.

We also require ORM for building out the auth system and an early iteration of multi tenancy.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:9 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
lukehindscommented, Jan 27, 2020

Yeah, ORM abstraction will make code more elegant. BTW, if you need a helping hand with anything @lukehinds do let me know.

Thanks @rajdroid , I will definitely tag you for review if you have some ORM experience.

1reaction
rajdroidcommented, Jan 27, 2020

Yeah, ORM abstraction will make code more elegant. BTW, if you need a helping hand with anything @lukehinds do let me know.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Databases - Installation and Configuration - Cycle ORM
Sometimes you may wish to use one database connection for SELECT statements, and another for INSERT, UPDATE, and DELETE statements. To see how ......
Read more >
Configuration — Idiorm documentation - Read the Docs
With almost every other ORM, the first thing to do is set up your models and map them to database tables (through configuration...
Read more >
Using Hibernate ORM and JPA - Quarkus
An EntityManagerFactory will be created based on the Quarkus datasource configuration as long as the Hibernate ORM extension is listed among your project ......
Read more >
ORM Configuration - SQLAlchemy 1.4 Documentation
When ORDER BY is not used for a SELECT statement that returns rows, the relational database is free to returned matched rows in...
Read more >
Configuration - MikroORM
You can either provide array of entity instances via entities , or let the ORM look up your entities in selected folders. MikroORM.init({...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found